mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 22:29:47 +01:00
trunk/branch integration: DateTimeFormatter %s
This commit is contained in:
@@ -92,10 +92,11 @@ public:
|
||||
/// * %A - AM/PM
|
||||
/// * %M - minute (00 .. 59)
|
||||
/// * %S - second (00 .. 59)
|
||||
/// * %s - seconds and microseconds (equivalent to %S.%F)
|
||||
/// * %i - millisecond (000 .. 999)
|
||||
/// * %c - centisecond (0 .. 9)
|
||||
/// * %F - fractional seconds/microseconds (000000 - 999999)
|
||||
/// * %z - time zone differential in ISO 8601 format (Z or +NN.NN).
|
||||
/// * %z - time zone differential in ISO 8601 format (Z or +NN.NN)
|
||||
/// * %Z - time zone differential in RFC format (GMT or +NNNN)
|
||||
/// * %% - percent sign
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user