GRLoader supports the following date format options in XML:
Examples: datefmt XML
<ci> <name>server1</name> <purchase_date datefmt="UTC"> 1241197235</purchase_date> </ci>
<ci> <name>server3</name> <purchase_date> 2009/05/01</purchase_date> </ci>
The equivalent transaction is represented in the transaction work area as:
ID |
Name |
purchase_date |
101 |
server1 |
1241197235 |
102 |
server2 |
2009/05/01 |
Note: If a date contains a special character such as a slash (/), then the format is assumed to be "localtime". If a date contains no special characters, the date is assumed to be UTC.
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |