Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/cue: store token expiry timestamps in UTC in logins.json
That is, rather than a local-timezone timestamp such as "expiry": "2024-10-01T12:25:11.136734393+02:00" it is more consistent and straightforward to use UTC: "expiry": "2024-10-01T10:25:26.177186044Z" There should be zero change in the token refresh logic either way, but this will be easier for humans to grasp and debug. Signed-off-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: I673482b6c667eb4bea2f2d6c426ba077142e008a Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202036 Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org> Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
- Loading branch information