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.
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.