Commit 502d52a3 authored by Nikias Bassen's avatar Nikias Bassen

xplist: set DST to not available in parse_date()

parent 817749dd
......@@ -312,6 +312,7 @@ static void parse_date(const char *strval, struct tm *btime)
btime->tm_year-=1900;
btime->tm_mon--;
#endif
btime->tm_isdst=-1;
}
static void xml_to_node(xmlNodePtr xml_node, plist_t * plist_node)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment