What format is this time value in?
I have a WMI query that specifies time in this format '20090219000000.000000+480' Can someone tell me what format this is, and does .NET have any built-in functionality to work with it? EDIT This time value is from a sample query that I found. I don't know what time value was used to generate it. I just need to be able to convert a time value to this format. EDIT 2 I found out this time is in CIM_DATETIME format. This looks like a standard date time string without any separators: '20090219000000.000000+480' 'yyyyMMddhhmmss.ffffff+480' yyyy - The year in four digits. MM - The numeric month.