----- Original Message -----
From: "Harmeet" <[EMAIL PROTECTED]>
> As per the API <getRawOffset> does not account for timezone.
Errata: <getRawOffset> does not accout for daylight saving as Lionel wrote.
/**
* Gets unmodified offset, NOT modified in case of daylight savings.
* This is the offset to add *to* UTC to get local time.
* @return the unmodified offset to add *to* UTC to get local time.
*/
abstract public int getRawOffset();
Harmeet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]