mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-10 15:05:20 +08:00
* fix: handle last_modified and add_date in imports * refactor: moved date format to a constant * fix: use provided modified date when set
3 lines
64 B
Go
3 lines
64 B
Go
package model
|
|
|
|
const DatabaseDateFormat = "2006-01-02 15:04:05"
|