mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Do not constrain UTC time offsets.
This commit is contained in:
parent
68ddaeb31d
commit
af276ab7ac
@ -260,7 +260,7 @@ sub process_xml_data ($$$$$) {
|
||||
$data->{'custom_id'}, $data->{'url_address'});
|
||||
|
||||
# Timezone offset must be an integer beween -12 and +12
|
||||
if (!defined($timezone_offset) || $timezone_offset !~ /[-+]?[0-9,11,12]/) {
|
||||
if (!defined($timezone_offset) || $timezone_offset !~ /[-+]?\d+/) {
|
||||
$timezone_offset = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user