mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Add timestamp to default publishing date
This commit is contained in:
		| @@ -230,7 +230,7 @@ class Data(Base): | |||||||
| class Books(Base): | class Books(Base): | ||||||
|     __tablename__ = 'books' |     __tablename__ = 'books' | ||||||
|  |  | ||||||
|     DEFAULT_PUBDATE = "0101-01-01" |     DEFAULT_PUBDATE = "0101-01-01 00:00:00+00:00" | ||||||
|  |  | ||||||
|     id = Column(Integer, primary_key=True) |     id = Column(Integer, primary_key=True) | ||||||
|     title = Column(String) |     title = Column(String) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonathan Rehm
					Jonathan Rehm