Skip to content

Commit

Permalink
Add dates stored as text to testing database
Browse files Browse the repository at this point in the history
One stored as a regular date string, and the other as an ISO8601 string. (Neither should convert when reading or writing to JSON.) joyfullservice#459
  • Loading branch information
joyfullservice committed Nov 17, 2023
1 parent cb66895 commit b32ff4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Testing/Testing.accdb.src/dbs-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
"Value": "DAO",
"Type": 10
},
"Date stored as Text": {
"Value": "11/17/2023 2:15:08 PM",
"Type": 10
},
"DesignMasterID": {
"Value": "",
"Type": 15
Expand All @@ -84,6 +88,10 @@
"Value": 70,
"Type": 3
},
"ISO8601 Date as Text": {
"Value": "2023-11-17T17:51:00.000Z",
"Type": 10
},
"Name": {
"Value": "rel:Testing.accdb",
"Type": 12
Expand Down

0 comments on commit b32ff4a

Please sign in to comment.