mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 03:09:22 -06:00
fix datetime test
This commit is contained in:
@@ -416,7 +416,7 @@ func roundTripTimes(t *testing.T) {
|
||||
func roundTripDatetimes(t *testing.T) {
|
||||
datetimes := []time.Time{
|
||||
time.Date(1000, 01, 01, 0, 0, 0, 0, time.UTC),
|
||||
time.Now().UTC(),
|
||||
time.UnixMicro(time.Now().UTC().UnixMicro()).UTC(),
|
||||
time.Date(9999, 12, 31, 23, 59, 59, 0, time.UTC),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user