hourBefore method

DateTime hourBefore()

当前时间减 n 小时

Implementation

DateTime hourBefore() => Jiffy.now().subtract(hours: this).dateTime;