MCPcopy Create free account
hub / github.com/github/gh-aw / currentTimeLocation

Function currentTimeLocation

pkg/console/timezone.go:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func currentTimeLocation() *time.Location {
27 timeLocationMu.RLock()
28 defer timeLocationMu.RUnlock()
29 return timeLocation
30}
31
32func formatConfiguredTimeValue(timeVal time.Time) string {
33 location := currentTimeLocation()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected