mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 14:24:35 +01:00
trunk/branch integration: DateTime ISO8601_FRAC_FORMAT
This commit is contained in:
parent
eb79e28049
commit
c1ad08417c
@ -58,6 +58,14 @@ public:
|
||||
/// Examples:
|
||||
/// 2005-01-01T12:00:00+01:00
|
||||
/// 2005-01-01T11:00:00Z
|
||||
|
||||
static const std::string ISO8601_FRAC_FORMAT;
|
||||
/// The date/time format defined in the ISO 8601 standard,
|
||||
/// with fractional seconds.
|
||||
///
|
||||
/// Examples:
|
||||
/// 2005-01-01T12:00:00.000000+01:00
|
||||
/// 2005-01-01T11:00:00.000000Z
|
||||
|
||||
static const std::string RFC822_FORMAT;
|
||||
/// The date/time format defined in RFC 822 (obsoleted by RFC 1123).
|
||||
|
Loading…
x
Reference in New Issue
Block a user