Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-08-05 21:11:22 +0000
committerslewis2015-08-05 21:11:22 +0000
commit8e33f78eec1bc81649aafc10fb8d1f74ce969d97 (patch)
tree52768c8735ba0bd1738608dcebd41cbb17fd1dc0 /protocols/bundles/ch.ethz.iks.r_osgi.remote/src
parent83940fecc915108c7c54590dbd3cb97451499746 (diff)
downloadorg.eclipse.ecf-8e33f78eec1bc81649aafc10fb8d1f74ce969d97.tar.gz
org.eclipse.ecf-8e33f78eec1bc81649aafc10fb8d1f74ce969d97.tar.xz
org.eclipse.ecf-8e33f78eec1bc81649aafc10fb8d1f74ce969d97.zip
Removed timezone offset from timing output
Diffstat (limited to 'protocols/bundles/ch.ethz.iks.r_osgi.remote/src')
-rw-r--r--protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java b/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java
index 4dabc7697..db7e5e3ce 100644
--- a/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java
+++ b/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java
@@ -1001,7 +1001,7 @@ public final class ChannelEndpointImpl implements ChannelEndpoint {
}
}
- private static final SimpleDateFormat sdf = new SimpleDateFormat("HH:mm:ss.SSSZ");
+ private static final SimpleDateFormat sdf = new SimpleDateFormat("HH:mm:ss.SSS");
void startTiming(String message) {
if (TRACE_TIME) {

Back to the top