Closed maxsnew closed 8 years ago
lol. Let's remove this from our copy of Gregor tomorrow.
This was caused by a bug in tzinfo that was fixed back in Nov. See this thread: https://groups.google.com/forum/#!searchin/racket-users/Gregor/racket-users/xQExv0HXbLI/j1rSTfhvAgAJ
The following may be a workaround since the issue seems to be the extra "../" in the path.
rm /etc/localtime && ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
should be good now
@wilbowma says it's a known bug in Gregor.