mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 05:01:10 -05:00
9 lines
152 B
Go
9 lines
152 B
Go
package time
|
|
|
|
var decodeAsLocal = true
|
|
|
|
// SetDecodedAsLocal sets the decoded time to local time.
|
|
func SetDecodedAsLocal(b bool) {
|
|
decodeAsLocal = b
|
|
}
|