This has been fixed and released in v1.5.0
Hello,
thank you for quick fix but still the time not correct as per wordpress setting. showing 1 hour + time for user register & notification jobs.
Thank you.
It’s a bit strange, could you please let us know which setting do you have in WordPress? Maybe send a picture from Settings > General > Timezone
Thank you!
Hello,
here is the link for my wordpress time zone setting
https://ibb.co/7bcPjKL
now here time is 15.58 PM but the last user registration time in screen shot it’s showing 16.50, the time showing 1 hour ahead.
https://ibb.co/BCMtJCL
also i had set the 12 hour time but the time showing 24 hour.
Thank you
The time set in the user registration comes from the DB, so most likely you are not using GMT or UTC in your DB timezone. Please ensure you’re using the proper timezone in the DB server.
Hello,
thanks for your reply but the notification job also shows 1 hour + time same as the user registration.
Yes, sorry for not mentioning it, it also applies to the notification job creation time. We use CURRENT_TIMESTAMP in the DB, so the time in the DB needs to be GMT/UTC:
created_at datetime DEFAULT CURRENT_TIMESTAMP NOT NULL,