mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 00:50:20 +09:00
ca321d3c13
Replace five hardcoded "2006-01-02 15:04:05" strings with the HeadscaleDateTimeFormat constant already defined in utils.go. Replace two literal 10 base arguments to strconv.FormatUint with util.Base10 to match the convention in api_key.go and nodes.go.