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