- Perl 6 Deep Dive
- Andrew Shitov
- 56字
- 2021-07-03 00:05:54
Data types to manipulate date and time
Perl 6 offers built-in support to work with dates and times. This is very handy because date-time calculations are not easy (you need to think about leap years, extra seconds, time zones, calendar corrections, and so on).
We will cover two classes: Date and DateTime.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- CentOS 7 Linux Server Cookbook(Second Edition)
- Apache Kafka Quick Start Guide
- Spring Boot實(shí)戰(zhàn)
- Deep Learning for Natural Language Processing
- Python數(shù)據(jù)科學(xué)實(shí)踐指南
- Java多線程并發(fā)體系實(shí)戰(zhàn)(微課視頻版)
- TypeScript全棧開發(fā)
- ASP.NET本質(zhì)論
- 計(jì)算思維與Python編程
- Java核心技術(shù)速學(xué)版(第3版)
- 歐姆龍PLC編程指令與梯形圖快速入門
- HTML 5與CSS 3權(quán)威指南(第4版·上冊(cè))
- TensorFlow程序設(shè)計(jì)