Java format time mismatch

Source: Internet
Author: User
Tags dateformat java format

The time taken today does not match, the time to get is now, but the reality is indeed 1970 years,

Let me shoot very depressed!

It should be said that the time data returned by the server * 1000 before the analysis:


Time Parsing Tool class:

Package Com.hades.newstyle.utils;import Java.text.dateformat;import java.util.date;/** * Pass a time, * format the time of the tool class: * * * @ Author Hades * @time   Nov 4, * @time   5:10:00 PM */public class Timeutils {public static String Formattime (Doub Le time) {String str = Null;//todo Converts a given period to a time that can be seen in str = dateformat.getdateinstance (). Format (times); return str;}}


Analytical:

Hodler.commnetBuyer.setText ("Buyer:" +item.getuser () + "" +timeutils.formattime (Double.parsedouble (Item.gettime ()) * 1000));


Java format time mismatch

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.