mardi 4 août 2015

JS getTimezoneOffset() in iOS

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 ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire