TimeStap OB1 & OB2 different?

image

because in ob1 the first 6 digits are similar and in ob2 only the first 4 are similar?

and I’m checking and if it affects my requests for a site, because it sends me in ob2 as if the request is wrong, but in ob1 it gives me another result where it tells me that my access credentials are wrong. It is as if there is a time lag between the two and in ob1 it is correct, but in ob 2 it is wrong … Someone could guide me if it is not too much trouble, and sorry if you cannot understand me it is because I use google translator I am not good at English. : c

OB1 uses the UTC time while OB2 uses the local time (with timezone applied). I will add a checkbox to specify if UTC should be used.

how can I create a timestamp like ob1 while you implement it in ob2, if it’s not too much trouble

Done, will be in version 0.1.8

In the meantime you can write this in the LoliCode

int time = (int)RuriLib.Functions.Time.TimeConverter.ToUnixTime(DateTime.UtcNow);

thank you very much ruri … you are the best … :grinning: