DateWithOptionalTime

struct DateWithOptionalTime {
string tzlocation;
DateTime dt;
bool hadTime;
}

Meta