exercism / elixir

Exercism exercises in Elixir.
https://exercism.org/tracks/elixir
MIT License
625 stars 398 forks source link

Update introduction.md #1452

Closed tommasocerruti closed 8 months ago

tommasocerruti commented 8 months ago

Add an example also for the DateTime module, making it analogous to the other modules.

github-actions[bot] commented 8 months ago

Thank you for contributing to exercism/elixir 💜 🎉. This is an automated PR comment 🤖 for the maintainers of this repository that helps with the PR review process. You can safely ignore it and wait for a maintainer to review your changes.

Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:


Automated comment created by PR Commenter 🤖.

angelikatyborska commented 8 months ago

Thank you, but we omitted the code sample or the mention of the DateTime's sigil on purpose.

Timezones are out of scope for this exercise because they always require an external dependency with a database of timezones. And we don't use external dependencies in any of the Elixir Exercism exercises.