blob: e5a56a009c9f49089dee346aa4e7c3363c25c21f [file] [log] [blame]
main() {
print(new DateTime.now().isBefore(new DateTime.now()));
}