| Name | <TimeTag.from_now> |
| Returns | DurationTag |
| Description | Returns the DurationTag between this time object and the real current system time.
The value will always be positive. This is equivalent to the absolute value of ".duration_since[<util.time_now>]", and exists primarily as a convenience tag. For example, a TimeTag for Tuesday will return a DurationTag of '1d' when the tag is used on a Monday. A TimeTag for Sunday will also return a DurationTag of '1d' when used on a Monday. If positive/negative differences are required, consider instead using TimeTag.duration_since. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/TimeTag.java#L651 |