mirror of
https://github.com/araddon/dateparse.git
synced 2025-04-18 06:40:30 +08:00
try more badges on home page
This commit is contained in:
parent
42b16446da
commit
fb6dc203a7
@ -4,7 +4,7 @@ Go Date Parser
|
|||||||
Parse any date string without knowing format in advance. Uses a scanner to read bytes and use a state machine to find format. Much faster than shotgun based parse methods. See [bench_test.go](https://github.com/araddon/dateparse/blob/master/bench_test.go) for performance comparison.
|
Parse any date string without knowing format in advance. Uses a scanner to read bytes and use a state machine to find format. Much faster than shotgun based parse methods. See [bench_test.go](https://github.com/araddon/dateparse/blob/master/bench_test.go) for performance comparison.
|
||||||
|
|
||||||
|
|
||||||
[]()
|
[]()[](http://godoc.org/github.com/golang/gddo)[](https://travis-ci.org/araddon/dateparse)
|
||||||
|
|
||||||
**Timezones** The location your server is configured effects the results! See example or https://play.golang.org/p/IDHRalIyXh and last paragraph here https://golang.org/pkg/time/#Parse.
|
**Timezones** The location your server is configured effects the results! See example or https://play.golang.org/p/IDHRalIyXh and last paragraph here https://golang.org/pkg/time/#Parse.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user