ritsuko
Helper utilities for ArtifactDB C++ code
Loading...
Searching...
No Matches
is_date_time.hpp File Reference

Utilities to check date and time formats. More...

#include <cctype>
#include <cstdlib>
#include <iostream>
Include dependency graph for is_date_time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ritsuko
 Assorted helper functions for parsing and validation.
 

Functions

bool ritsuko::is_date_prefix (const char *ptr)
 
bool ritsuko::is_date (const char *ptr, size_t len)
 
bool ritsuko::is_rfc3339_suffix (const char *ptr, size_t len)
 
bool ritsuko::is_rfc3339 (const char *ptr, size_t len)
 

Detailed Description

Utilities to check date and time formats.