gpt4 book ai didi

go - Google Cloud Datastore中的日期区域设置

转载 作者:行者123 更新时间:2023-12-01 21:23:25 26 4
gpt4 key购买 nike

我正在使用Go客户端库在Google Cloud Datastore中存储日期。日期在go代码中作为time.Time类型进行管理。从文档中有点不清楚的是如何检索日期。文档说它们是作为本地时间检索的,我的问题是:“服务器或客户端的本地时间?”

另外,我希望可以使用与保存时相同的语言环境来检索日期。

最佳答案

数据存储包将Got程序的time's location设置为local location

更多细节:

时间在数据存储服务中保存为Unix纳秒。该位置未保存。

数据存储区包使用time.Unix函数将Unix纳秒转换为time.Time值。 time.Unix函数将位置设置为local location

关于go - Google Cloud Datastore中的日期区域设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58805917/

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