PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

rotaie di movimentazione + postgres e fusi orari

Forse qualcun altro ha una soluzione generale migliore, ma ciò di cui hai bisogno per la query specifica è

Time.zone.tzinfo.identifier

Oppure, nel tuo esempio:

User.events.where("EXTRACT(dow FROM start_at AT TIME ZONE ?) = ?", Time.zone.tzinfo.identifier, Date.today.wday)