Skip to content

gitaly: Fix local time usage in test

Pavlo Strokov requested to merge ps-fix-local-time-usage into master

The time.Unix returns the local Time corresponding to the given Unix time. If user has a time zone different from UTC the time shift will be included as part of the tag object. The expected and actual results will not match. Fix timezone discrepancy by using UTC.

Merge request reports