gmt转换北京时间 java_android开发:GMT(格林威治标准时间)转换为北京时间

android开发:gmt(格林威治标准时间)转换为北京时间。public class timeutils {

/**

* gmt(格林威治标准时间)转换当前北京时间

* 比如:1526217409 -->2018/5/13 21:16:49 与北京时间相差8个小时,调用下面的方法,是在1526217409加上8*3600秒

* @param gmt 秒单部位

* @return

*/

public static string stamptodate(string gmt) {

long lt = long.parselong(gmt)+8*3600;

string res = null;

try {

simpledateformat simpledateformat = new simpledateformat("yyyy-mm-dd hh:mm:ss");

res = simpledateformat.format(lt*1000);

}catch (exception e){

e.printstacktrace();

}

return res;

}

}

如您对本文有疑问或者有任何想说的,请点击进行留言回复,万千网友为您解惑!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值