mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
8 lines
161 B
Go
8 lines
161 B
Go
package util
|
|
|
|
import "time"
|
|
|
|
// Now is the default current time for the whole application.
|
|
// Can be modified for testing or custom timezone.
|
|
var Now = time.Now
|