COurse Start date and End date

COurse Start date and End date

por Reefo Relaxo -
Número de respuestas: 3
Hi, can somebody help me ? I'm not sure if this is where should I ask this. I'm trying to check in the Database where exactly is the Start Date of Course and Course End date can be found? And I looked into mdl_course table and saw a column that says startdate and enddate, but the data doesn't make sense to me. can somebody help me with this?
Promedio de valuaciones (ratings): -
En respuesta a Reefo Relaxo

Re: COurse Start date and End date

por Davo Smith -
Imagen de Core developers Imagen de Particularly helpful Moodlers Imagen de Peer reviewers Imagen de Plugin developers
Those are all Unix timestamps ( https://en.wikipedia.org/wiki/Unix_time ) - the number of seconds since midnight on the 1st Jan 1970 UTC. These are used throughout the Moodle database.

There are lots of ways to convert them into human-readable date / times, e.g. https://www.unixtimestamp.com/