PreviousNext

utc convert

Converts a timestamp from UTC to local time. The syntax is:

utc convert absolute_timestamp [-gmt]

Description
The utc convert command accepts a timestamp, returning another timestamp that expresses the same time in the local time zone. If called with -gmt, it returns a Greenwich mean time (GMT) formatted timestamp.

Privileges Required
No special privileges are needed to use the utc convert command.

Examples

dcecp> utc convert 1994-10-18-13:22:32.816-00:00I-----
1994-10-18-09:22:32.816-04:00I-----
dcecp>