Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 200 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 200 Bytes

faketime

go运行时模拟时间

不要在生产环境使用!!!

EXAMPLE

faketime.FixTime(2000, 12, 30, 14, 00, 00)
fmt.Println(time.Now())
# input: 2000-12-30 14:00:00 +0800 CST