Checks if d is default DateTime instance
d
static bool isDefaultDateTime(DateTime d) { return d.millisecondsSinceEpoch == 0; }