C語言問題集– 把 struct tm 或一個字串轉換成 time_t

來源:互聯網
上載者:User

原著:Steve Summit
翻譯:朱群英, 孫 雲
http://c-faq-chn.sourceforge.net/

我知道庫函數 localtime() 可以把 time_t 轉換成結構  struct tm, 而 ctime() 可以把 time_t 轉換成為可列印的字串。怎樣才能進行反向操作, 把 struct tm 或一個字串轉換成 time_t?

ANSI C 提供了庫函數 mktime(), 它把 struct tm 轉換成 time_t。


一個字串轉換成 time_t 比較難些, 這是由於可能遇到各種各樣的日期和時間格式。某些系統提供函數 strptime(), 基本上是
strftime()  的反向函數。其它常用的函數有 partime() (與 RCS 包一起被廣泛的發布) 和 getdate()
(還有少數其它函數, 發布在 C 的新聞群組)。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.