Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SELČ and SEČ timezones #977

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

tadeoos
Copy link
Contributor

@tadeoos tadeoos commented Aug 31, 2021

Adds support for CET and CEST timezones given in the Czech locale.

See https://cs.wikipedia.org/wiki/St%C5%99edoevropsk%C3%BD_%C4%8Das

Fixes #975

@tadeoos tadeoos changed the title Add support for SELČ timezone Add support for SELČ and SEČ timezones Aug 31, 2021
@noviluni
Copy link
Collaborator

noviluni commented Sep 1, 2021

Hey, @tadeoos ! Thank you for the PR!

What do you think about using the same PR to add these two? 🙂 :

  • ZEČ (WET/UTC)
  • VEČ (EET/UTC+2)

@tadeoos
Copy link
Contributor Author

tadeoos commented Sep 1, 2021

Added :)

Copy link
Collaborator

@noviluni noviluni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! ✅

@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #977 (eb408aa) into master (ab96be9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #977   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files         231      231           
  Lines        2609     2609           
=======================================
  Hits         2564     2564           
  Misses         45       45           
Impacted Files Coverage Δ
dateparser/timezones.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab96be9...eb408aa. Read the comment docs.

@Gallaecio Gallaecio merged commit 141199b into scrapinghub:master Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support timezone in Czech locale ("SELČ")
3 participants