Since servers on Heroku run under UTC time, how do you set the cron time to run at 3am PST daily? Before you recommend the built in Heroku scheduler, I would like to keep everything inside of Resque. Also, it would be cool to leave the server time as UTC.
ImportClass:
description: 'Import Class'
custom_job_class: 'Class::ImportClass'
cron: '0 3 * * *'
queue: high