Michael Lenaghan

Results 80 comments of Michael Lenaghan

When I took another look at this in Jan it seemed like there were in fact so many changes that I'd effectively have to start from scratch. Given that the...

OK, I'll put this back on my list and take a look next week. If I don't think I'll be able to complete it I'll let you know. I have...

Forgot to mention that checked all TZs by hand: ``` ~/W/P/t/cosmopolitan (patch-3)> TZ="GMT" ./o/tool/net/redbean.com -i -e "print(unix.localtime(unix.clock_gettime()))" 2023 7 26 21 38 39 0 3 206 0 GMT ~/W/P/t/cosmopolitan (patch-3.1)>...

> #1049 is somewhat related to this change @bjconlan The actual fix for #1049 is in PR #869

Forgot to mention that I checked all TZs by hand: ``` ~/W/P/t/cosmopolitan (patch-3) [1]> TZ="GMT" ./o/tool/net/redbean.com -i -e "print(unix.localtime(unix.clock_gettime()))" 2023 7 26 20 5 10 0 3 206 0 GMT...

I had to do this to get the correct local time on my Mac: TZ=New_York ./redbean.com What you're seeing is the default, which is defined here: https://github.com/jart/cosmopolitan/blob/e0c2b91b3ec6f88d060d6059210a993a0ef46b08/libc/time/tzfile.internal.h#L28 and used here:...

I'm also new to `redbean`, but I was able to make it work by doing two things (after, that is, `chmod +x`): * First, I renamed the file to get...

Just following up to say that I tried downloading other variants of `redbean` to my Mac, and I was able to run them without doing anything other than `chmod +x`....

Something else: if you're on a M1/2 Mac, then as far as I understand it the steps are different (and, currently, rather involved). The steps are described in the [`README`](https://github.com/jart/cosmopolitan#arm),...

If you're on an M1/2 Mac, see #847. I was able to get `redbean-demo-2.2.com` running under Rosetta.