Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 50be65f

Browse files
author
kud1ing
committed
Updated Lib datetime (markdown)
1 parent 4af586f commit 50be65f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Lib-datetime.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,7 @@ Options:
237237
- [time](http://golang.org/pkg/time/)
238238
- [Duration](http://golang.org/pkg/time/#Duration): a duration with an int64 nanosecond count.
239239
- [Location](http://golang.org/pkg/time/#Location): maps time instants to the zone in use at that time.
240-
- [Time](http://golang.org/pkg/time/#Time): an instant in time with nanosecond precision. Consists of:
241-
- Seconds (int64) since the Unix epoch
242-
- Nanoseconds (int32)
243-
- Location
240+
- [Time](http://golang.org/pkg/time/#Time): an instant in time with nanosecond precision.
244241
1. Language: Haskell
245242
- [Data.Time](http://www.haskell.org/ghc/docs/latest/html/libraries/time-1.4.0.1/index.html)
246243
1. Language: Java

0 commit comments

Comments
 (0)