Get current timestamp of schedule task

Get current timestamp of schedule task

by Ha Tuan Em -
Number of replies: 2

Hi,

My work is reference to timestamp of schedule task for caculating.

So I do not know how we can get the current timestamp in a schedule task?

Attachment Capture.PNG
Average of ratings: -
In reply to Ha Tuan Em

Re: Get current timestamp of schedule task

by Benjamin Ellis -
Picture of Particularly helpful Moodlers
Hi,

Just calling the PHP function time() will give you a timestamp but I am not sure that is what you are trying to do from your message.
In reply to Ha Tuan Em

Re: Get current timestamp of schedule task

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
All the information about each scheduled task is stored in DB table mdl_task_scheduled.

This includes nextruntime (the timestamp for the next time after which the task will run again) and lastruntime (the timestamp when the task last completed).