gpt4 book ai didi

Golang time.Parse() 获取 0001-01-01 00 :00:00 +0000 UTC

转载 作者:行者123 更新时间:2023-12-03 00:21:27 25 4
gpt4 key购买 nike

这是我的代码:

t, _ := time.Parse("12/1/2015 12:00:00", "12/8/2015 12:00:00")
fmt.Println(t)

这是结果:0001-01-01 00:00:00 +0000 UTC

如何获得正确的日期字符串?

谢谢!

最佳答案

您需要使用布局参数的引用时间戳 2006-01-02 15:04:05 ( playground ):

t, _ := time.Parse("1/2/2006 15:04:05", "12/8/2015 12:00:00")

关于Golang time.Parse() 获取 0001-01-01 00 :00:00 +0000 UTC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34154779/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com