mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 13:16:23 +00:00
Use GMT tz when setting birthday (fixes #3579)
This commit is contained in:
@@ -789,7 +789,7 @@ convention:
|
||||
value = [bday stringByReplacingString: @"-" withString: @""];
|
||||
date = [NSCalendarDate dateFromShortDateString: value
|
||||
andShortTimeString: nil
|
||||
inTimeZone: nil];
|
||||
inTimeZone: [NSTimeZone timeZoneWithName: @"GMT"]];
|
||||
}
|
||||
|
||||
return date;
|
||||
|
||||
Reference in New Issue
Block a user