Date Time with Seconds in Salesforce Report

Date Time with Seconds in Salesforce Report

For Date Time with Seconds in Salesforce Report, we can create a Row-Level Formula Column.

Sample Formula:

TEXT(
    DATETIMEVALUE( CREATED_DATEONLY )
)

Output:

Note:

The Date Time value is in GMT/UTC and not in the users time zone.

Leave a Reply