Searched refs:tempZoneString (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/mail/
H A Dmail_util.cpp1297 char tempZoneString[6]; local
1349 memcpy (tempZoneString, zonePntr, 5);
1350 tempZoneString [5] = 0;
1354 strcpy (tempZoneString, "+0000");
1361 zoneDeltaTime = 60 * atol (tempZoneString + 3); // Get the last two digits - minutes.
1362 tempZoneString[3] = 0;
1363 zoneDeltaTime += atol (tempZoneString + 1) * 60 * 60; // Get the first two digits - hours.
1364 if (tempZoneString[0] == '+')

Completed in 57 milliseconds