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)      btime->tm_year-=1900;      btime->tm_mon--;  #endif -    btime->tm_isdst=-1; +    btime->tm_isdst=0;  }  static void xml_to_node(xmlNodePtr xml_node, plist_t * plist_node)  | 
