In javascript we can get timezone offset with
var current_date = new Date(); current_date.getTimezoneOffset();
Result => -330
I want to get that in iOS (Objective-C)
can someone help please ?
Aucun commentaire:
Enregistrer un commentaire