time.formatUTC
time.formatUTC(datetime [, format ])
Formats a time into a human-readable string. With no format specification, the default BMC Atrium Discovery time representation is used. If given, the format specification is a string containing special tokens that expand to formatted parts of the date and time. The format is specified as in Python's time.strftime
function. As with the parsing functions, formatLocal
converts the time into the appliance's timezone and daylight savings setting; formatUTC
performs no timezone conversion.
Was this page helpful? Yes No
Submitting...
Thank you
Comments