mysql2sqlite
mysql2sqlite copied to clipboard
CURRENT_TIMESTAMP() is not converted
CURRENT_TIMESTAMP() is not converted:
date_created timestamp NOT NULL DEFAULT current_timestamp(),
Found this in Stackoverflow: (datetime('now','localtime'))
https://stackoverflow.com/questions/381371/sqlite-current-timestamp-is-in-gmt-not-the-timezone-of-the-machine
Again! Thank you so much for your contribution!
I'll make sure to fix it as soon as possible.