rsrsm,
According to this link:
http://www.timegenie.com/t
IST can mean Indian Standard Time OR Ireland Standard time, so be carefull in your terminlogy.
;)
If you have PST (Pacific Standard Time) you must add 13.5 hours (810 minutes) to get Indian Standard Time.
If you want to use a Query, it would look something like this:
SELECT tblTimes.PST, DateAdd("n",810,[PST]) AS IST
FROM tblTimes;
Here is a sample:
http://www.ee-stuff.com/Ex
JeffCoachman
Main Topics
Browse All Topics





by: cactus_dataPosted on 2007-12-06 at 05:10:53ID: 20419175
Obtain the time zone bias of the two time zones and apply the functions below.
/gustav
Select allOpen in new window