Skip to content

Commit ddf57a0

Browse files
authored
Adjust update date format for oai updates
1 parent a7e5813 commit ddf57a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ To start the indexing, run:
118118

119119
Updates are pulled via [the DNB OAI-PMH interface](https://www.dnb.de/DE/Professionell/Metadatendienste/Datenbezug/OAI/oai_node.html).
120120

121-
Pass one or two arguments: get updates since (and optionally until) a given date:
121+
Pass one or two arguments: get updates since (and optionally until) a given datetime `[YYYY-MM-DD]T[HH:MM:SS]Z` (not just date):
122122

123-
`sbt "runMain apps.ConvertUpdates 2022-06-22 2022-06-23"`
123+
`sbt "runMain apps.ConvertUpdates 2022-06-22T11:08:23Z 2022-06-23T18:08:23Z"`
124124

125125
The date of the most recent update is stored in `GND-lastSuccessfulUpdate.txt` (can be changed in the config).
126126

0 commit comments

Comments
 (0)