diff options
| -rw-r--r-- | src/xplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xplist.c b/src/xplist.c index a21ae7f..d953e23 100644 --- a/src/xplist.c +++ b/src/xplist.c | |||
| @@ -323,7 +323,7 @@ static void parse_date(const char *strval, struct tm *btime) | |||
| 323 | btime->tm_year-=1900; | 323 | btime->tm_year-=1900; |
| 324 | btime->tm_mon--; | 324 | btime->tm_mon--; |
| 325 | #endif | 325 | #endif |
| 326 | btime->tm_isdst=-1; | 326 | btime->tm_isdst=0; |
| 327 | } | 327 | } |
| 328 | 328 | ||
| 329 | static void xml_to_node(xmlNodePtr xml_node, plist_t * plist_node) | 329 | static void xml_to_node(xmlNodePtr xml_node, plist_t * plist_node) |
