We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca2e49 commit cf7dfb8Copy full SHA for cf7dfb8
README.md
@@ -791,7 +791,7 @@ fmt.Println(c.ToDateTimeString())
791
// 输出
792
invalid timezone "XXXX", please see the $GOROOT/lib/time/zoneinfo.zip file for all valid timezone
793
```
794
-
+> 建议使用SetTimezone()、Parse()、ParseByFormat()、ParseByDuration()、AddDuration()、SubDuration()等方法时先进行错误处理判断,除非你能确保传入参数无误
795
#### 附录
796
##### <a id="格式化符号表">格式化符号表</a>
797
| 符号 | 描述 | 类型 | 长度 | 范围 | 示例 |
0 commit comments