We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e5813 commit ddf57a0Copy full SHA for ddf57a0
README.md
@@ -118,9 +118,9 @@ To start the indexing, run:
118
119
Updates are pulled via [the DNB OAI-PMH interface](https://www.dnb.de/DE/Professionell/Metadatendienste/Datenbezug/OAI/oai_node.html).
120
121
-Pass one or two arguments: get updates since (and optionally until) a given date:
+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):
122
123
-`sbt "runMain apps.ConvertUpdates 2022-06-22 2022-06-23"`
+`sbt "runMain apps.ConvertUpdates 2022-06-22T11:08:23Z 2022-06-23T18:08:23Z"`
124
125
The date of the most recent update is stored in `GND-lastSuccessfulUpdate.txt` (can be changed in the config).
126
0 commit comments