Arie/serveme

View on GitHub
app/views/shared/_timezone.html.haml

Summary

Maintainability
Test Coverage
:javascript
  var timeZone = jstz.determine();
  document.cookie = 'time_zone='+timeZone.name()+';';