How to get UTC time in my program?
Mostra commenti meno recenti
Dear All,
I am wondering if it is pissible to get the UTC time in my program. Do I need the internet avaibale if I want to get UTC time?
Thanks a lot.
Benson
Risposta accettata
Più risposte (1)
Vini Lima
il 25 Mar 2022
utc_time = datetime('now', 'timezone', 'utc')
1 Commento
Charalambos Hadjipanayi
il 1 Feb 2023
This just converts your local computer time to UTC. So if your local computer time is incorrect for any reason, the utc_time will be also incorrect.
Categorie
Scopri di più su Calendar in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!