Skip to content

Commit

Permalink
Update 03.7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xionghui authored Nov 27, 2019
1 parent 21220be commit a994829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eBook/chapter3/03.7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **时间与日期的处理技巧**

本节你将学习到如何加息时间与日期字符串、格式化日期与时间、以你期望的格式打印时间与日期。你可能会觉得这部分内容没有意义,但是当你想要实现多任务同步或者从文本、用户读取日期时,就会发现这一节的作用。
本节你将学习到如何解析时间与日期字符串、格式化日期与时间、以你期望的格式打印时间与日期。你可能会觉得这部分内容没有意义,但是当你想要实现多任务同步或者从文本、用户读取日期时,就会发现这一节的作用。

Go自带一个处理时间与日期的神器-`time`包,这里将介绍几个实用的函数。

Expand Down Expand Up @@ -58,4 +58,4 @@ Go自带一个处理时间与日期的神器-`time`包,这里将介绍几个
> 01 January 2019
> Paris: 2019-01-12 08:59:39.959594352 +0100 CET
现在你应该对`time`包有了一个基本的了解,是时候去深入了解`time`更多的功能了!
现在你应该对`time`包有了一个基本的了解,是时候去深入了解`time`更多的功能了!

0 comments on commit a994829

Please sign in to comment.