Closed matteo-cristino closed 3 months ago
a new statment in @slangroom/timestamp should be created to handle operations on time, as for example sum of moths, years or date. The input can be something like
{ "duration": { "days": 1, "months": 6, "years": 2 } }
at the output should be the unix timestamp of now+2years+6months+1days
now+2years+6months+1days
Moved to zenroom
a new statment in @slangroom/timestamp should be created to handle operations on time, as for example sum of moths, years or date. The input can be something like
at the output should be the unix timestamp of
now+2years+6months+1days