mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	changed datetime format of published tag
This commit is contained in:
		| @@ -53,7 +53,7 @@ | ||||
|         <name>{{entry.Books.publishers[0].name}}</name> | ||||
|       </publisher> | ||||
|     {% endif %} | ||||
|     <published>{{entry.Books.pubdate}}</published> | ||||
|     <published>{{entry.Books.pubdate.strftime("%Y-%m-%dT%H:%M:%S+00:00")}}</published> | ||||
|     {% for lang in entry.Books.languages %} | ||||
|       <dcterms:language>{{lang.lang_code}}</dcterms:language> | ||||
|     {% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thore Schillmann
					Thore Schillmann