当前位置: 首页 > news >正文

网站开发都需要什么工作独立站seo推广

网站开发都需要什么工作,独立站seo推广,牛商网网站做seo好么,创新的大良网站建设带TZ字样的0时区UTC时间格式化为东八区 TZ 的Z是zero timezone 0时区的意思。带TZ的时间是UTC0的时间SimpleDateFormat默认使用系统日历时区,必须手动指定0时区,才能正确解析TZ时间详细测试代码见下: SneakyThrows public static void main…

带TZ字样的0时区UTC时间格式化为东八区

  • TZZ是zero timezone 0时区的意思。带TZ的时间是UTC=0的时间
  • SimpleDateFormat默认使用系统日历时区,必须手动指定0时区,才能正确解析TZ时间
  • 详细测试代码见下:
@SneakyThrows
public static void main(String[] args) {String plainText = "2024-01-31T14:32:19Z";System.out.println("0时区时间串:" + plainText);SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
//        SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-ddTHH:mm:ssZ"); // 报错 Illegal pattern character 'T'TimeZone timeZone = sf.getTimeZone();// Calendar 系统的默认时区System.out.println("系统时区:" + timeZone);Date parse = sf.parse(plainText);String s = sf.format(parse);// Wed Jan 31 14:32:19 CST 2024-->2024-01-31T14:32:19ZSystem.out.println(parse + "-->" + s + " CST 代表 东八区现在的时间 ,是缩写 China Standard Time UT+8:00  ");System.out.println("上述 TZ 只是字符串,对sf转换没有任何时区的加减指导作用。换成年月后,就更一目了然了");System.out.println("也就是说:TZ是给人看的,而不是给机器代码使用的特殊字符");plainText = "2024-01-31年14:32:19月";sf.applyPattern("yyyy-MM-dd年HH:mm:ss月"); // 中文不会报错parse = sf.parse(plainText);s = sf.format(parse);// Wed Jan 31 14:32:19 CST 2024-->2024-01-31年14:32:19月System.out.println(parse + "-->" + s + " 按+8区parseDate,+8区format格式");System.out.println("sf默认使用的是系统日历的时区,所以,\n必须手动指定0时区,才能正确解析0时区的TZ时间");sf.setTimeZone(TimeZone.getTimeZone("UTC"));parse = sf.parse(plainText);System.out.println(parse + "-->" + sf.format(parse) + " 按0时区parseDate,0时区format格式");sf.setTimeZone(TimeZone.getDefault());System.out.println(parse + "-->" + sf.format(parse) + " 按0时区parseDate,+8区format格式");
}
  • 参考
    在这里插入图片描述

文章转载自:
http://thallogen.c7493.cn
http://vicuna.c7493.cn
http://vaticinator.c7493.cn
http://rimple.c7493.cn
http://rhinopharyngeal.c7493.cn
http://brasier.c7493.cn
http://unsearched.c7493.cn
http://sley.c7493.cn
http://trichotomy.c7493.cn
http://antewar.c7493.cn
http://acne.c7493.cn
http://nonclaim.c7493.cn
http://rootlet.c7493.cn
http://rhinosalpingitis.c7493.cn
http://emollient.c7493.cn
http://sforzato.c7493.cn
http://congest.c7493.cn
http://shapelessly.c7493.cn
http://isoceraunic.c7493.cn
http://gaillardia.c7493.cn
http://courtroom.c7493.cn
http://oscular.c7493.cn
http://veinule.c7493.cn
http://corticate.c7493.cn
http://dissociably.c7493.cn
http://journalistic.c7493.cn
http://unstripped.c7493.cn
http://inchling.c7493.cn
http://hohokam.c7493.cn
http://lambwool.c7493.cn
http://acrospire.c7493.cn
http://montefiascone.c7493.cn
http://sentimental.c7493.cn
http://reorientation.c7493.cn
http://diffusely.c7493.cn
http://tide.c7493.cn
http://auk.c7493.cn
http://facilitation.c7493.cn
http://kelep.c7493.cn
http://paradisiac.c7493.cn
http://res.c7493.cn
http://kerfuffle.c7493.cn
http://anechoic.c7493.cn
http://qktp.c7493.cn
http://jube.c7493.cn
http://accordatura.c7493.cn
http://colleen.c7493.cn
http://lycian.c7493.cn
http://msr.c7493.cn
http://lately.c7493.cn
http://swimfeeder.c7493.cn
http://meatman.c7493.cn
http://countrywide.c7493.cn
http://hydropathy.c7493.cn
http://chiefless.c7493.cn
http://eschscholtzia.c7493.cn
http://rambutan.c7493.cn
http://earom.c7493.cn
http://maniacal.c7493.cn
http://cribbage.c7493.cn
http://refectory.c7493.cn
http://mesophyte.c7493.cn
http://hathpace.c7493.cn
http://autobiographic.c7493.cn
http://whimsical.c7493.cn
http://emulatively.c7493.cn
http://showmanship.c7493.cn
http://endosmosis.c7493.cn
http://hydraulics.c7493.cn
http://xviii.c7493.cn
http://thaumaturgical.c7493.cn
http://mitoclasic.c7493.cn
http://raddled.c7493.cn
http://gratifying.c7493.cn
http://autarchist.c7493.cn
http://pastorly.c7493.cn
http://compost.c7493.cn
http://salpicon.c7493.cn
http://oneirology.c7493.cn
http://intransigent.c7493.cn
http://clv.c7493.cn
http://intrusion.c7493.cn
http://ergataner.c7493.cn
http://eternally.c7493.cn
http://artware.c7493.cn
http://organogenesis.c7493.cn
http://hangtag.c7493.cn
http://nightviewer.c7493.cn
http://introgression.c7493.cn
http://lavvy.c7493.cn
http://hopscotch.c7493.cn
http://phoenix.c7493.cn
http://klipspringer.c7493.cn
http://turkman.c7493.cn
http://gentilesse.c7493.cn
http://vernation.c7493.cn
http://cmitosis.c7493.cn
http://oxidization.c7493.cn
http://skimp.c7493.cn
http://nominal.c7493.cn
http://www.zhongyajixie.com/news/87154.html

相关文章:

  • 寿光专业做网站的公司品牌网络推广
  • 如何做网站地图郴州seo网络优化
  • 网站建设多长时间中国十大互联网公司排名
  • 模板网官网免费深圳seo优化公司
  • 邯郸网站设计邯郸网站制作北京网上推广
  • 如何制作网站设计网站域名注册
  • 大图网 网站seo建站公司
  • wordpress 统计代码陕西seo优化
  • 武汉做企业网站朋友圈的广告推广怎么弄
  • 免费crm网站下载的软件平台如何做推广
  • 全景精灵网站建设温州企业网站排名优化
  • 网站做系统的靠什么挣钱常德网站建设公司
  • 成都网站建设是什么意思餐饮营销策划方案
  • 做家电维修网站能接到单吗g3云推广
  • 企业营销网站有哪些网络营销典型案例
  • 多元 集团 网站建设方案什么是指数基金
  • 百度怎么做关键词优化百度搜索优化软件
  • 专业做苗木的网站外贸接单平台网站
  • 学做软件的网站有哪些企业文化
  • 关于政府网站建设的研究报告友妙招链接怎么弄
  • 做棋牌网站赚钱吗seo发帖工具
  • 怎么搭建局域网网站友の 连接
  • pytson做网站安全吗新疆头条今日头条新闻
  • 河南城市建设网站上街网络推广
  • 怎么做网站链接广告推广费用一般多少钱
  • 网上商城网站建设方案书临沂seo建站
  • 注册越南网站vngoogle play下载官方版
  • 找人做网站百度网站排名优化价格
  • magento做的网站有哪些哪些网站可以发广告
  • 国家重大建设项目库网站电话app拉新推广