зеркало из https://github.com/github/gh-ost.git
row_event converts timestamps to UTC
This commit is contained in:
Родитель
7c792d3ba3
Коммит
950fde2ad6
|
@ -609,7 +609,7 @@ func decodeTimestamp2(data []byte, dec uint16) (string, int, error) {
|
|||
return "0000-00-00 00:00:00", n, nil
|
||||
}
|
||||
|
||||
t := time.Unix(sec, usec*1000)
|
||||
t := time.Unix(sec, usec*1000).UTC()
|
||||
return t.Format(TimeFormat), n, nil
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче