Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed Apr 24, 2014
1 parent 5edc41e commit e251f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Various Utilities for dealing with Time in Go



## ParseDateString(dt string) (t time.Time, err error)
### ParseDateString(dt string) (t time.Time, err error)

Parses a date from either a `string` into a `time.Time` object.

## ParseMillis(dt int64) (t time.Time, err error)
### ParseMillis(dt int64) (t time.Time, err error)
Parses a milliseconds-since-epoch time stamp to a time.Time


# License
## License
Approxidate is `Copyright (C) Linus Torvalds, 2005` taken from: https://github.com/thatguystone/approxidate originally from GIT, and is subject to the GIT license.

### Everything else:
Expand Down

0 comments on commit e251f21

Please sign in to comment.