This was quite a silly mistake on my end. I overlooked the fact that I was using chrono
with the std
feature turned off. This required me disabling all other default features, including the feature clock
which facilitates chrono::offset::Utc::now()
.
CLICK HERE to find out more related problems solutions.