Method: ACTV::Event#registration_open_date
- Defined in:
- lib/actv/event.rb
#registration_open_date ⇒ Object
Returns the asset’s registration open date in UTC. This is pulled from the salesStartDate
101 102 103 |
# File 'lib/actv/event.rb', line 101 def registration_open_date Time.parse "#{authoritative_reg_start_date} UTC" end |