Java UTC Date getUTC()

Here you can find the source of getUTC()

Description

get UTC

License

Open Source License

Declaration

public static TimeZone getUTC() 

Method Source Code


//package com.java2s;

import java.util.*;

public class Main {
    public static final String TIME_ZONE_UTC = "UTC";

    public static TimeZone getUTC() {
        return TimeZone.getTimeZone(TIME_ZONE_UTC);
    }//  ww w.j ava  2 s  . co m
}

Related

  1. createUtcCalendar()
  2. formatUTC(Date time)
  3. formatUTC(Date time)
  4. getPlatypusConainerClass(Class aLayoutClass)
  5. getUTC(String beforeFormart, String afterFormart, String dateStr)
  6. getUTCCalendar()
  7. getUTCCalendar()
  8. getUTCCalendar(Calendar value)