Skip to content

Commit

Permalink
Don't produce UTCW for now
Browse files Browse the repository at this point in the history
This is a temporary workaround for conversions further up the pipeline to work for now.
  • Loading branch information
svoop committed Sep 1, 2023
1 parent abc142e commit ae0b690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/aipp/regions/LS/shoot/shooting_grounds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ def timetable_for(schedules)
times_array.each do |times|
timetable.add_timesheet(
AIXM.timesheet(
adjust_to_dst: true,
# HACK: Temporarily produce UTC instead of UTCW
# adjust_to_dst: true,
adjust_to_dst: false,
dates: (date..date)
# TODO: transform to...
# dates: AIXM.date(date)
Expand Down

0 comments on commit ae0b690

Please sign in to comment.