Normally in a rust app, I\'d get system time with std::time::SystemTime::now(), but that doesn\'t seem to work in a yew app. Instead the component I\'m trying to re
std::time::SystemTime::now()