Here you can find the source of getMoscowTimeZone()
public static TimeZone getMoscowTimeZone()
//package com.java2s; //License from project: Open Source License import java.util.*; public class Main { public static TimeZone getMoscowTimeZone() { return java.util.TimeZone.getTimeZone("Europe/Moscow"); }//from ww w .j a v a 2 s . co m }