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

Update candles.go. #8

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hebcal/candles.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ func dailyZemanim(date hdate.HDate, opts *CalOptions) []event.CalEvent {
{"Misheyakir Machmir", z.MisheyakirMachmir()},
{"Dawn", z.Dawn()},
{"Sunrise", z.Sunrise()},
{"Kriat Shema, sof zeman", z.SofZmanShma()},
{"Kriat Shema, sof zeman (MGA)", z.SofZmanShmaMGA()},
{"Tefilah, sof zeman", z.SofZmanTfilla()},
{"Kriat Shema, sof zeman (GRA)", z.SofZmanShma()},
{"Tefilah, sof zeman (MGA)", z.SofZmanTfillaMGA()},
{"Tefilah, sof zeman (GRA)", z.SofZmanTfilla()},
{"Chatzot hayom", z.Chatzot()},
{"Mincha Gedolah", z.MinchaGedola()},
{"Mincha Ketanah", z.MinchaKetana()},
Expand Down
4 changes: 2 additions & 2 deletions hebcal/hebcal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,10 @@ func TestDailyZemanim(t *testing.T) {
"2021-11-27 Misheyakir Machmir: 05:54",
"2021-11-27 Dawn: 06:18",
"2021-11-27 Sunrise: 06:49",
"2021-11-27 Kriat Shema, sof zeman: 09:11",
"2021-11-27 Kriat Shema, sof zeman (MGA): 08:35",
"2021-11-27 Tefilah, sof zeman: 09:58",
"2021-11-27 Kriat Shema, sof zeman (GRA): 09:11",
"2021-11-27 Tefilah, sof zeman (MGA): 09:34",
"2021-11-27 Tefilah, sof zeman (GRA): 09:58",
"2021-11-27 Chatzot hayom: 11:33",
"2021-11-27 Mincha Gedolah: 11:57",
"2021-11-27 Mincha Ketanah: 14:19",
Expand Down
Loading