Skip to content

Commit 9d453e2

Browse files
committed
shorten table
1 parent 21fb037 commit 9d453e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: datetime.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SAP defines week, date, time and timestamp formats, that differ from the ISO
55
[PHPs DateTime class][phpdatetime].
66

77
Format | SAP | ISO
8-
--------- | ------------------------------------------ | -----------------------------------------
8+
--------- | ------------------------------------------ | --------------------------------------
99
week | `<calendar-week-year><calendar-week>` | `<calendar-week-year>W<calendar-week>`
1010
date | `<year><month><day>` | `<year>-<month>-<day>`
1111
time | `<hour><minute><second>` | `<hour>-<minute>-<second>`
12-
timestamp | `<year><month><day><hour><minute><second>` | `<seconds-since-1970-01-01-00:00:00-UTC>`
12+
timestamp | `<year><month><day><hour><minute><second>` | `<seconds-since-1970-01-01>`
1313

1414
[SapDateTime][sapdatetime] extends [PHPs DateTime class][phpdatetime] by these
1515
SAP-specific formats:

0 commit comments

Comments
 (0)