From 35a4ae21445a741972de55ffa4c3e1babb0b1387 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 15 May 2015 16:08:27 +0000 Subject: [PATCH] add time zone note --- i2p2www/pages/site/docs/spec/plugin.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/site/docs/spec/plugin.html b/i2p2www/pages/site/docs/spec/plugin.html index b58195b9..1cf789a9 100644 --- a/i2p2www/pages/site/docs/spec/plugin.html +++ b/i2p2www/pages/site/docs/spec/plugin.html @@ -440,7 +440,9 @@ This helps for testing. Most of zzz's plugins have that feature, check build.xml Plugins must never call System.exit().
  • Please respect licenses by meeting license requirements for any software you bundle. - +
  • +The router sets the JVM time zone to UTC. If a plugin needs to know the user's actual time zone, +it is stored by the router in the I2PAppContext property "i2p.systemTimeZone".