mirror of
https://github.com/araddon/dateparse.git
synced 2025-08-20 12:18:42 +08:00
Zulu time
This commit is contained in:
@@ -997,6 +997,8 @@ iterRunes:
|
||||
} else {
|
||||
p.seclen = i - p.seci
|
||||
}
|
||||
// (Z)ulu time
|
||||
p.loc = time.UTC
|
||||
case 'a', 'A':
|
||||
if p.nextIs(i, 't') || p.nextIs(i, 'T') {
|
||||
// x
|
||||
|
Reference in New Issue
Block a user