$OpenBSD: patch-content_browser_time_zone_monitor_cc,v 1.2 2016/03/06 10:51:14 robert Exp $
--- content/browser/time_zone_monitor.cc.orig.port	Wed Feb 24 00:02:00 2016
+++ content/browser/time_zone_monitor.cc	Thu Mar  3 09:43:26 2016
@@ -29,7 +29,7 @@ void TimeZoneMonitor::NotifyRenderers() {
   scoped_ptr<icu::TimeZone> new_zone(icu::TimeZone::createDefault());
 #else
   icu::TimeZone* new_zone = icu::TimeZone::detectHostTimeZone();
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // We get here multiple times on Linux per a single tz change, but
   // want to update the ICU default zone and notify renderer only once.
   scoped_ptr<icu::TimeZone> current_zone(icu::TimeZone::createDefault());
