Day: March 1, 2026

Show Only ...
Maps - Photos - Videos

How to Calculate Daylight Savings Time

Is it Daylight Savings Time? This code can help you find out.

int addHourForDST(int day, int month, int dow) {
	if (month < 3 || month > 11) return 0;
	if (month == 3 && (day-dow) >= 8) return 1;
	if (month > 3 && month < 11) return 1;
	if (month == 11 & (day-dow) <= 0) return 1;
	if (month == 11 & (day-dow) > 0) return 0;
}

Crossgates Commons

The Capital Region Urbanist group was discussing Crossgates Commons and the historic Rapp Road community and I thought I needed a quick map of it. Contemporary Albany County Tax Map overlaid.

2018 β€” Left

1952 β€” RightΒ