#949 replace other occurances of now() with LOCALTIMESTAMP

This commit is contained in:
Oliver Gorwits
2023-03-03 14:17:38 +00:00
parent 29402f0726
commit d9a384d1d0
15 changed files with 33 additions and 33 deletions

View File

@@ -120,7 +120,7 @@ post '/login' => sub {
event => (sprintf 'Login (%s)', ($api ? 'API' : 'WebUI')),
details => param('return_url'),
});
$user->update({ last_on => \'now()' });
$user->update({ last_on => \'LOCALTIMESTAMP' });
if ($api) {
# from the internals of Dancer::Plugin::Auth::Extensible