We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c61dff commit abe2f6eCopy full SHA for abe2f6e
1 file changed
pygeometa/schemas/gbif_eml/__init__.py
@@ -81,7 +81,8 @@ def import_(self, metadata):
81
"metadata": {
82
"charset": "utf8",
83
"hierarchylevel": "dataset",
84
- "datestamp": text_or_null(dataset.find("pubDate")) or "$date$",
+ "datestamp": text_or_null(dataset.find("pubDate"), strip=True)
85
+ or "$date$",
86
},
87
"identification": {},
88
"contact": {},
0 commit comments