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