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í <[email protected]> Change-Id: I673482b6c667eb4bea2f2d6c426ba077142e008a Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202036 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Roger Peppe <[email protected]>
- Loading branch information