Skip to content

Commit

Permalink
Add saved date property to testing database
Browse files Browse the repository at this point in the history
Verifies that the round trip conversion of saved date properties is working correctly. (The dates are stored as UTC in source files, but converted to local dates when imported into the database properties.) joyfullservice#459
  • Loading branch information
joyfullservice committed Nov 17, 2023
1 parent 5009bdc commit cb66895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Testing/Testing.accdb.src/dbs-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
"Value": "",
"Type": 15
},
"SavedDateValue": {
"Value": "2023-11-17T19:35:41.000Z",
"Type": 8
},
"Show Navigation Pane Search Bar": {
"Value": 1,
"Type": 4
Expand Down
2 changes: 1 addition & 1 deletion Testing/Testing.accdb.src/vcs-options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Info": {
"AddinVersion": "4.0.27",
"AddinVersion": "4.0.28",
"AccessVersion": "14.0 32-bit"
},
"Options": {
Expand Down

0 comments on commit cb66895

Please sign in to comment.