Java TimeZone Get getEnd(String date, TimeZone tz)

Here you can find the source of getEnd(String date, TimeZone tz)

Description

get End

License

Apache License

Declaration

public static String getEnd(String date, TimeZone tz) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

import java.util.TimeZone;

public class Main {
    public static String getEnd(String date, TimeZone tz) {
        return date + " 23:59:59 " + tz.getDisplayName(true, TimeZone.SHORT);
    }/* w w w  . ja v  a 2s .c  o  m*/
}

Related

  1. getDefaultTimeZoneString()
  2. getDiffTimeZoneRawOffset(String timeZoneId)
  3. getDisplayDate(Date date, TimeZone tz, Locale inLocale, int style, boolean includeTime)
  4. getDSTSavings(TimeZone tz)
  5. getDSTTime(TimeZone tz, Date date)
  6. getFilteredTimeZoneMap()
  7. getHostDefaultValues()
  8. getHourPart(TimeZone timeZone)
  9. getJapanTimeZone()