Use unsigned leb128 for magnums

This commit is contained in:
Justine Tunney 2021-02-24 04:00:38 -08:00
parent edd9297eba
commit cdc54ea1fd
931 changed files with 1989 additions and 1983 deletions

View file

@ -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)));
}