![](https://secure.gravatar.com/avatar/fa5a8de5c6e6c5838fc8106b390c7a6d.jpg?s=120&d=mm&r=g)
Dear list,
It turns out that for a VM that has been running for a arbitrarily long time
it's still easy to find the time of it's birth.
considder the following;
=================
time birth;
now - (now /samp)::samp => time start;
if (start == birth) <<<"Yay">>>;
=============================
*hits head*
So, it's possible after all to define objects of type time wthout using time
after all; adding durations to a "fresh" time object will in fact do.
Next up; a poor man's casting;
=============================
//demo
<<