Hi Jeyakumar ;
Unfortunately, PB does not support a Time Zone feature at this time (no pun intended).
However, you have two alternatives that I can suggest:
- Use the Time Zone SDK features of the MS-Window's O/S
- FUNCTION Boolean SystemTimeToTzSpecificLocalTime (os_time_zone_information lpTimeZone, os_systemtime lpUniversalTime, ref os_systemtime lpLocalTime ) Library "kernel32"
- Use your DBMS time zone functons
- ie: In SS or ASE ... TODATETIMEOFFSET ( expression , time_zone )
HTH
Regards ... Chris