mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
29990110b1
for Mysql and Postgres in addition to existing Sqlite
9 lines
163 B
Go
9 lines
163 B
Go
package database
|
|
|
|
const (
|
|
// DateFormat for DateFormat
|
|
DateFormat = "2006-01-02"
|
|
// DateTimeFormat for DateTimeFormat
|
|
DateTimeFormat = "2006-01-02T15:04:05"
|
|
)
|