-
Hello! I am a co-maintainer for the Unfortunately fetching the local time seems broken, regardless of whether I do it inside or outside my application 😦 I am getting a "indeterminate offset" error on my local computer (M1 Mac), but it's also happening on Github Actions (Ubuntu). Here is the old code (incorrectly uses UTC):
Here is the new code using local time that errors:
Here is the error:
I have the same one on my local machine. I know very little about computer time, so I would really appreciate any help here :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The method will fail on Unix systems when multiple threads are running. This is because it is otherwise unsound. For libraries, there is no workaround because you have no way of knowing what the end user will do with regard to threads. |
Beta Was this translation helpful? Give feedback.
The method will fail on Unix systems when multiple threads are running. This is because it is otherwise unsound. For libraries, there is no workaround because you have no way of knowing what the end user will do with regard to threads.