SAP Timestamp Converter

Bidirectional conversion for SAP YYYYMMDDHHMMSS format.

SAP → Human Readable

Format: YYYYMMDDHHMMSS (14 digits)

Human Readable → SAP

What is the SAP Timestamp Format?

SAP systems establish a standardized time format (UTC) for global data consistency. The standard format is YYYYMMDDHHMMSS (e.g., 20260205120000), which is efficient for database indexing but hard for humans to read.

How to use?

  1. Decode: Paste a raw timestamp from a table (e.g., CCt_CREATED_AT) to see the readable Date/Time.
  2. Encode: Pick a date and time to generate the 14-digit string for testing API payloads or database queries (SE16N).