Skip to content
Snippets Groups Projects
Commit 1a48a243 authored by rswindell's avatar rswindell
Browse files

Added "todo" comment to smb_tzutc().

parent 218f9815
No related branches found
No related tags found
No related merge requests found
......@@ -1750,7 +1750,7 @@ int SMBCALL smb_tzutc(short zone)
tz=zone&0xfff;
if(zone&(WESTERN_ZONE|US_ZONE)) { /* West of UTC? */
if(zone&DAYLIGHT)
tz-=60;
tz-=60; /* ToDo: Daylight Saving Time adjustment is *not* always +60 minutes */
return(-tz);
}
return(tz);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment