File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 8
8
22269.0625 ,
9
9
'dd-mm-yyyy hh:mm:ss ' ,
10
10
],
11
- // Oasis uses upper-case
12
- [
11
+ 'Oasis uses upper-case ' => [
13
12
'12/19/1960 01:30:00 ' ,
14
13
22269.0625 ,
15
14
'MM/DD/YYYY HH:MM:SS ' ,
16
15
],
17
- // Date with plaintext escaped with a \
18
- [
16
+ 'plaintext escaped with backslash ' => [
19
17
'1960-12-19T01:30:00 ' ,
20
18
22269.0625 ,
21
19
'yyyy-mm-dd\Thh:mm:ss ' ,
22
20
],
23
- // Date with plaintext in quotes
24
- [
21
+ 'plaintext in quotes ' => [
25
22
'1960-12-19T01:30:00 Z ' ,
26
23
22269.0625 ,
27
24
'yyyy-mm-dd"T"hh:mm:ss \Z ' ,
28
25
],
29
- // Date with quoted formatting characters
30
- [
26
+ 'quoted formatting characters ' => [
31
27
'y-m-d 1960-12-19 h:m:s 01:30:00 ' ,
32
28
22269.0625 ,
33
29
'"y-m-d" yyyy-mm-dd "h:m:s" hh:mm:ss ' ,
34
30
],
35
- // Date with quoted formatting characters
36
- [
37
- 'y-m-d 1960-12-19 h:m:s 01:30:00 ' ,
31
+ 'quoted formatting non-ascii characters ' => [
32
+ '§1960-12-19 ' ,
38
33
22269.0625 ,
39
- '"y-m-d "yyyy-mm-dd" h:m:s "hh:mm:ss ' ,
34
+ '"§ "yyyy-mm-dd ' ,
40
35
],
41
- // Date with fractional/decimal time
42
- [
36
+ 'fractional/decimal time ' => [
43
37
'2023/02/28 0:00:00.000 ' ,
44
38
44985 ,
45
39
'yyyy/mm/dd\ h:mm:ss.000 ' ,
You can’t perform that action at this time.
0 commit comments