2
0
mirror of https://github.com/araddon/dateparse.git synced 2026-07-03 03:06:16 +08:00

revamp state types

This commit is contained in:
Aaron Raddon
2014-05-20 22:08:25 -07:00
parent 69569e0631
commit 3706ed61ad
2 changed files with 67 additions and 44 deletions

View File

@@ -11,10 +11,10 @@ import (
var _ = time.April
/*
ANSIC = "Mon Jan _2 15:04:05 2006"
UnixDate = "Mon Jan _2 15:04:05 MST 2006"
RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
RFC822 = "02 Jan 06 15:04 MST"
ANSIC = "Mon Jan _2 15:04:05 2006" x
UnixDate = "Mon Jan _2 15:04:05 MST 2006" x
RubyDate = "Mon Jan 02 15:04:05 -0700 2006" x
RFC822 = "02 Jan 06 15:04 MST" x
RFC822Z = "02 Jan 06 15:04 -0700" // RFC822 with numeric zone
RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"