Skip to content

Commit

Permalink
No need for hack if modules are required
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 17, 2023
1 parent 6c63c54 commit a407789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/whimsy/asf/board.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require_relative '../asf'
require 'tzinfo'
require 'active_support'
require 'active_support/time'

module ASF
module Board
TIMEZONE = ActiveSupport::TimeZone.new('UTC') rescue nil # HACK fix failure in public_committee_info.rb
TIMEZONE = ActiveSupport::TimeZone.new('UTC')

# Convert a time to a timeanddate link, shortened if possible.
# Note: the path must be adjusted if the TIMEZONE changes.
Expand Down

0 comments on commit a407789

Please sign in to comment.