Skip to content

Conversation

jlesage
Copy link
Contributor

@jlesage jlesage commented Aug 6, 2020

The sqlite date('now') function returns only the current time.

# echo "SELECT date('now')"|sqlite3
2020-08-06

To be comparable to the NOW() function of mysql, the date and time should be returned. The datetime('now','localtime') function of sqlite does this:

# echo "SELECT datetime('now','localtime')"|sqlite3
2020-08-06 16:44:59

Which is the same thing as mysql:

# echo "SELECT NOW()"| mysql
NOW()
2020-08-06 16:44:59

@jc21
Copy link
Member

jc21 commented Aug 6, 2020

Docker Image for build 1 is available on DockerHub as jc21/nginx-proxy-manager:github-pr-544

@jc21 jc21 merged commit d686565 into NginxProxyManager:develop Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants