sensu / sensu-admin

An admin webui for Sensu
MIT License
86 stars 50 forks source link

Use non-american date format for event since ruby 1.9+ Time.prase does not support #94

Closed zsiddique closed 11 years ago

zsiddique commented 11 years ago

If you deploy sensu-admin using ruby 1.9 you cant stash anything from the event panel because the date format is in american-date but Time.prase only supports d/m/yy.

rodriguezsergio commented 11 years ago

+1

I'm also experiencing this with ruby 1.9.3p448.

asebastian commented 11 years ago

Looks good, this is how we are doing the datepicker in stashes. Thanks!