CreateTimestamps
Object creation date/time fields common to many resources.
create_timestampfloat
The timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
Example:
1696021987.01375
create_timestamp_date_longstring
The object creation date in the "long date" format defined in the system settings.
Example:
Wednesday, March 22, 2023
create_timestamp_date_shortstring
The object creation date in the "short date" format defined in the system settings.
Example:
03/22/2023
create_timestamp_datetime_longstring
The object creation date and time in the "long date" format defined in the system settings.
Example:
Wednesday, March 22, 2023 12:18:46 CDT
create_timestamp_datetime_shortstring
The object creation date and time in the "short date" format defined in the system settings.
Example:
03/22/2023 12:18:46 CDT
create_timestamp_isodate-time
The creation timestamp in ISO 8601 format.
Example:
2023-03-22T12:18:46-05:00
CreateTimestamps
{
"create_timestamp_date_long": "Wednesday, March 22, 2023",
"create_timestamp_date_short": "03/22/2023",
"create_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"create_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"create_timestamp_iso": "2023-03-22T12:18:46-05:00",
"create_timestamp": 1696021987.01375
}