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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user