Updated Lib datetime (markdown)

kud1ing
2013-04-02 00:11:19 -07:00
parent 4af586f97d
commit 50be65f681
+1 -4
@@ -237,10 +237,7 @@ Options:
- [time](http://golang.org/pkg/time/)
- [Duration](http://golang.org/pkg/time/#Duration): a duration with an int64 nanosecond count.
- [Location](http://golang.org/pkg/time/#Location): maps time instants to the zone in use at that time.
- [Time](http://golang.org/pkg/time/#Time): an instant in time with nanosecond precision. Consists of:
- Seconds (int64) since the Unix epoch
- Nanoseconds (int32)
- Location
- [Time](http://golang.org/pkg/time/#Time): an instant in time with nanosecond precision.
1. Language: Haskell
- [Data.Time](http://www.haskell.org/ghc/docs/latest/html/libraries/time-1.4.0.1/index.html)
1. Language: Java