does a function that return to me the actual GMT shift exist? Like, in France its actually GMT+02. So it would return : +02
Tried with some function such as
DateTime.UtcNow;
So yea i could compare the UTC time to my actual time to get the GMT+x but if something that do it automaticly exist i'll take it