Fixed bug in handle_message_tag_time().
This commit is contained in:
parent
00e15828a1
commit
d99d951f7f
|
@ -1357,6 +1357,7 @@ handle_message_tag_time (const char *time, message_tags_data *tags_data)
|
|||
if (z != 6)
|
||||
return;
|
||||
|
||||
t.tm_year -= 1900;
|
||||
t.tm_isdst = 0; /* day light saving time */
|
||||
|
||||
tags_data->timestamp = mktime (&t);
|
||||
|
|
Loading…
Reference in New Issue