Fixed timezone parsing
Questo commit è contenuto in:
parent
3a190b8328
commit
94f6d6b79a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
|
@ -1735,7 +1735,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
# wrong answer
|
# wrong answer
|
||||||
return
|
return
|
||||||
tzo = qp.getTag('tzo').getData()
|
tzo = qp.getTag('tzo').getData()
|
||||||
if tzo == 'Z':
|
if tzo.lower() == 'z':
|
||||||
tzo = '0:0'
|
tzo = '0:0'
|
||||||
tzoh, tzom = tzo.split(':')
|
tzoh, tzom = tzo.split(':')
|
||||||
utc_time = qp.getTag('utc').getData()
|
utc_time = qp.getTag('utc').getData()
|
||||||
|
|
Caricamento…
Add table
Crea riferimento in una nuova segnalazione