Closed rd-blue closed 2 weeks ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1:
@frenck yes in standard Home Assistant environment it is not needed but in devcontainer environment in vscode I had the situation that the underlaying linux had different time than in Home Assistant core (in my case 1 hour before).
I am currently working on a pyscript and my time triggers didn't trigger although dt_util.now() got the right time (but only not in devcontainer, on raspi is OK). Curiously the now time which I printed in the debug line was right but the time tag in front of the debug print was one hour before ;-)
@frenck yes in standard Home Assistant environment it is not needed but in devcontainer environment in vscode I had the situation that the underlaying linux had different time than in Home Assistant core (in my case 1 hour before).
That is fine and expected with any system.
Considering this adds complexity for a case that shouldn't be needed, I'll go ahead and friendly decline this PR.
Nevertheless, thanks for being willing to contribute 👍
../Frenck
Get the right localization and therefore local time in the devcontainer.
Proposed change
Type of change
Additional information
Summary by CodeRabbit
New Features
RepositoryOpener
component for easily generating links to open repositories in Visual Studio Code.Documentation
devcontainer.json
file.