Hi
i get a string from a external method with a time and date like so "07/09/10 14:50"
is there any way i can convert that time in ruby to 'Pacific US' time knowing its 'UTC' time? with changes accounted for in the date? i.e if the time difference results in the day being different.
thanks