yes, the documentation implies that once you affect Time.zone()
that you would have access to UTC by way of Time.now()
and your local time via Time.local()
, but alas it is not the case.
I refer you to this post.
yes, the documentation implies that once you affect Time.zone()
that you would have access to UTC by way of Time.now()
and your local time via Time.local()
, but alas it is not the case.
I refer you to this post.