You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Example: 999999999 binds to 1970-01-01T00:00:00.999999999+00:00
1281
1281
//
1282
1282
// Note:
1283
-
// * time.Time{} (param is empty) and time.Unix(0,0) (param = "0") are not equal
1284
-
// * Javascript's Number type only has about 53 bits of precision (Number.MAX_SAFE_INTEGER = 9007199254740991). Compare it to 1609180603123456789 in example.
1283
+
// - time.Time{} (param is empty) and time.Unix(0,0) (param = "0") are not equal
1284
+
// - Javascript's Number type only has about 53 bits of precision (Number.MAX_SAFE_INTEGER = 9007199254740991). Compare it to 1609180603123456789 in example.
// Example: 999999999 binds to 1970-01-01T00:00:00.999999999+00:00
1295
1295
//
1296
1296
// Note:
1297
-
// * time.Time{} (param is empty) and time.Unix(0,0) (param = "0") are not equal
1298
-
// * Javascript's Number type only has about 53 bits of precision (Number.MAX_SAFE_INTEGER = 9007199254740991). Compare it to 1609180603123456789 in example.
1297
+
// - time.Time{} (param is empty) and time.Unix(0,0) (param = "0") are not equal
1298
+
// - Javascript's Number type only has about 53 bits of precision (Number.MAX_SAFE_INTEGER = 9007199254740991). Compare it to 1609180603123456789 in example.
0 commit comments