long val = SysTime(Date(1996, 1, 1)).toUnixTime()
Shouldnt the above statement give me a Timezone independent result i.e. 'toUnixTime'.
Also, is there a method to get seconds directly from Date and DateTime instead of creating SysTime.
Regards Mandeep