主頁(yè) > 知識(shí)庫(kù) > VBS實(shí)現(xiàn)將當(dāng)前時(shí)間轉(zhuǎn)換成UTC時(shí)間

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

熱門(mén)標(biāo)簽:地圖標(biāo)注政府哪個(gè)部門(mén)管 神行者美術(shù)館地圖標(biāo)注 除了地圖標(biāo)注還有這種生意嗎 如何用機(jī)器人進(jìn)行電銷 齊齊哈爾高德地圖標(biāo)注店 東營(yíng)快遞外呼系統(tǒng) 百度地圖標(biāo)注點(diǎn)距離代碼 哪里有便宜的地圖標(biāo)注公司 佛山真人電銷機(jī)器人廠家

例如下面的代碼在當(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 Syntax
End With
 
' Calculate and display the result
WScript.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 1
End Sub

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

您可能感興趣的文章:
  • 用vbscript實(shí)現(xiàn)修改屏幕保護(hù)的等待時(shí)間長(zhǎng)度
  • 將WMI中的DateTime類型轉(zhuǎn)換成VBS時(shí)間的函數(shù)代碼
  • 用VBS修改(設(shè)置)系統(tǒng)時(shí)間和日期的代碼
  • 校準(zhǔn)系統(tǒng)時(shí)間的VBS代碼
  • VBS中獲取系統(tǒng)本次及上次開(kāi)關(guān)機(jī)時(shí)間的代碼(WinXP/win2003/Win7兼容版)
  • vbscript實(shí)現(xiàn)的根據(jù)不同時(shí)間段顯示不同的歡迎語(yǔ)
  • vbs獲取當(dāng)前時(shí)間日期的代碼
  • vbscript獲取文件的創(chuàng)建時(shí)間、最后修改時(shí)間和最后訪問(wèn)時(shí)間的方法
  • VBS顯示當(dāng)前標(biāo)準(zhǔn)時(shí)間

標(biāo)簽:鶴壁 銅川 ???/a> 文山 邢臺(tái) 湖州 西安 四平

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《VBS實(shí)現(xiàn)將當(dāng)前時(shí)間轉(zhuǎn)換成UTC時(shí)間》,本文關(guān)鍵詞  VBS,實(shí),現(xiàn)將,當(dāng)前,時(shí)間,轉(zhuǎn),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《VBS實(shí)現(xiàn)將當(dāng)前時(shí)間轉(zhuǎn)換成UTC時(shí)間》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于VBS實(shí)現(xiàn)將當(dāng)前時(shí)間轉(zhuǎn)換成UTC時(shí)間的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章