commit | 66e7fcd96f940ad21580223ea8fc8694436ffd06 | [log] [tgz] |
---|---|---|
author | Tzung-Bi Shih <tzungbi@chromium.org> | Wed Mar 01 14:58:24 2023 +0800 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 02 01:14:20 2023 +0000 |
tree | dcb2cab8918777a1c8c267bafca39cf628f2a176 | |
parent | 1ebd5ec04f031020003dc798b725f35da2f328ac [diff] |
findmissing: use UTC explicitly The GCE running the robot uses UTC. When calling get_current_time() from local machines, the time will be local time. To be consistent, use UTC explicitly. BUG=b:271216519 TEST=python3 -c \ 'import time; print(time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime()))' Change-Id: I57b0e18fe606cf639e70afafb490c91be47c5e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/4295338 Reviewed-by: Guenter Roeck <groeck@chromium.org> Tested-by: Tzung-Bi Shih <tzungbi@chromium.org> Commit-Queue: Tzung-Bi Shih <tzungbi@chromium.org>