国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > VBScript > 正文

VBS實(shí)現(xiàn)將當(dāng)前時(shí)間轉(zhuǎn)換成UTC時(shí)間

2020-07-26 11:45:33
字體:
供稿:網(wǎng)友

例如下面的代碼在當(dāng)前時(shí)間返回:1368299689

Option Explicit Dim dtmDate If WScript.Arguments.Named.Count > 0 Then Syntax With WScript.Arguments.Unnamed  ' Check command line arguments  If .Count = 0 Then dtmDate = Now  If .Count > 0 Then dtmDate = .Item(0)  If .Count > 1 Then dtmDate = dtmDate & " " & .Item(1)  If .Count > 2 Then dtmDate = dtmDate & " " & .Item(2)  If .Count > 3 Then Syntax  On Error Resume Next  dtmDate = CDate( dtmDate )  If Err Then    On Error Goto 0    Syntax  End If  On Error Goto 0  If Not IsDate( dtmDate ) Then SyntaxEnd With ' Calculate and display the resultWScript.Echo DateDiff( "s", "1970-01-01 00:00:00", dtmDate )  Sub Syntax  WScript.Echo vbcrlf _        & "Date2UTC.vbs, Version 1.00" _        & vbCrLf _        & "Convert any date/time to Unix time (UTC)" _        & vbCrLf & vbCrLf _        & "Usage: CSCRIPT.EXE //NoLogo Date2UTC.vbs date [ time ]" _        & vbCrLf & vbCrLf _        & "Where: ""date""  is the date to convert (default: current date/time)" _        & vbCrLf _        & "    ""time""  is the optional time to convert" _        & vbCrLf & vbCrLf _        & "Notes: Though often called UTC, Unix time does not take into account leap" _        & vbCrLf _        & "    seconds, while ""official"" UTC does." _        & vbCrLf _        & "    If the specified date is ambiguous, the current user's date" _        & vbCrLf _        & "    and time format is assumed." _        & vbCrLf & vbCrLf _        & "Written by Rob van der Woude" _        & vbCrLf _        & "http://www.robvanderwoude.com"  WScript.Quit 1End Sub

以上所述就是本文的全部內(nèi)容了,希望大家能夠喜歡。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 南安市| 苗栗县| 桃源县| 大理市| 若羌县| 勐海县| 平遥县| 阆中市| 钦州市| 大方县| 隆回县| 防城港市| 舟山市| 勃利县| 靖边县| 鄄城县| 社会| 常山县| 长兴县| 马尔康县| 门源| 武汉市| 岚皋县| 千阳县| 板桥市| 西丰县| 新田县| 舞钢市| 鸡东县| 玛曲县| 卓尼县| 罗源县| 建昌县| 新闻| 永泰县| 甘肃省| 柳江县| 阿城市| 绥滨县| 岑巩县| 长寿区|