mirror of
https://github.com/openharmony/third_party_pyyaml.git
synced 2026-07-01 10:05:36 -04:00
4fd75bfd83
Signed-off-by: xuyong <xuyong59@huawei.com>
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
{
|
|
"canonical": datetime.datetime(2001, 12, 15, 2, 59, 43, 100000),
|
|
"valid iso8601": datetime.datetime(2001, 12, 15, 2, 59, 43, 100000),
|
|
"space separated": datetime.datetime(2001, 12, 15, 2, 59, 43, 100000),
|
|
"no time zone (Z)": datetime.datetime(2001, 12, 15, 2, 59, 43, 100000),
|
|
"date (00:00:00Z)": datetime.date(2002, 12, 14),
|
|
}
|