Guest User

Untitled

a guest
Mar 24th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. >end_date.at_end_of_day
  2. Sat, 24 Mar 2018 23:59:59 UTC +00:00
  3.  
  4. >"2018-02-24".to_date.at_end_of_day
  5. Sat, 24 Feb 2018 23:59:59 UTC +00:00
  6.  
  7. >ActiveSupport::TimeZone["America/Los_Angeles"].local_to_utc(end_date.at_end_of_day, false).in_time_zone
  8. Sun, 25 Mar 2018 06:59:59 UTC +00:00
  9.  
  10. >ActiveSupport::TimeZone["America/Los_Angeles"].local_to_utc("2018-02-24".to_date.at_end_of_day, false).in_time_zone
  11. Sun, 25 Feb 2018 07:59:59 UTC +00:00
Add Comment
Please, Sign In to add comment