mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Use unsigned leb128 for magnums
This commit is contained in:
parent
edd9297eba
commit
cdc54ea1fd
931 changed files with 1989 additions and 1983 deletions
|
@ -59,6 +59,7 @@ TEST(strftime_100, rfc822_ShakaZuluTime) {
|
|||
|
||||
TEST(strftime_201, iso8601_GoogleStandardTime) {
|
||||
int64_t t = 0x5cd04d0e;
|
||||
ASSERT_STREQ("GST", getenv("TZ"));
|
||||
ASSERT_STREQ("2019-05-06T08:04:46PDT",
|
||||
FormatTime("%Y-%m-%dT%H:%M:%S%Z", localtime(&t)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue