> Does anyone know if there is built-in functionality in UniVerse to > convert a date and time to UTC? I look through conversion codes and > cannot seem to find anything there. Any ideas?
Conversion or the current value? .. The current value (in seconds) is UV SYSTEM(99) To convert DATE() / TIME() to UTC, use: ( DATE() - 732 ) * 86400 + TM + (TIME.ZONE.OFFSET * 3600) HTH -Chuck ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
