L
Luca Roma
Hi, i'm using facebooker for receiving facebook's events.
I receive the time of the event in utc format.
how can i import it in a Time object
in other words
a= Time.now.utc
how can i import a in a Time object??
this not works
Time.parse(a)
thanks
I receive the time of the event in utc format.
how can i import it in a Time object
in other words
a= Time.now.utc
how can i import a in a Time object??
this not works
Time.parse(a)
thanks