All Projects → vspinu → timechange

vspinu / timechange

Licence: other
Efficient Updating of Date-Times

Programming Languages

C++
36643 projects - #6 most used programming language
r
7636 projects
c
50402 projects - #5 most used programming language
emacs lisp
2029 projects

Projects that are alternatives of or similar to timechange

Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (+148%)
Mutual labels:  time, time-zones
Moment Range
Fancy date ranges for Moment.js
Stars: ✭ 1,639 (+6456%)
Mutual labels:  time, date-time
chronoman
Utility class to simplify use of timers created by setTimeout
Stars: ✭ 15 (-40%)
Mutual labels:  time, period
Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (+7832%)
Mutual labels:  time, date-time
ts-business-time
Business time / market hours logic for TypeScript
Stars: ✭ 18 (-28%)
Mutual labels:  time, date-time
Eztime
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Stars: ✭ 173 (+592%)
Mutual labels:  time, date-time
Server
self-hosted tag-based time tracking
Stars: ✭ 238 (+852%)
Mutual labels:  time
jodaTime
Format and Parse date and time with joda layout
Stars: ✭ 67 (+168%)
Mutual labels:  time
Blitz
Android Library: Set self-updating string with relative time in TextView (e.g. 5 minutes ago)
Stars: ✭ 217 (+768%)
Mutual labels:  time
Twas
🕰 Tiny (280B) relative time string function (eg: "3 seconds ago")
Stars: ✭ 212 (+748%)
Mutual labels:  time
proxmox toolbox
A toolbox to get the firsts configurations of Proxmox VE / BS done in no time
Stars: ✭ 158 (+532%)
Mutual labels:  update
crystime
Advanced time, calendar, schedule, and remind library for Crystal
Stars: ✭ 23 (-8%)
Mutual labels:  time
QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-36%)
Mutual labels:  time
Travel
Framework agnostic PHP package to control the time.
Stars: ✭ 251 (+904%)
Mutual labels:  time
script-updater-for-php
A MIT Licensed script updater for projects
Stars: ✭ 24 (-4%)
Mutual labels:  update
Jiffy
Jiffy is a Flutter (Android, IOS and Web) date time package inspired by momentjs for parsing, manipulating, querying and formatting dates
Stars: ✭ 238 (+852%)
Mutual labels:  time
easyappointments-integrations
📅 Various platform integration packages of Easy!Appointments
Stars: ✭ 29 (+16%)
Mutual labels:  time
Python Wechat Itchat
微信机器人,基于Python itchat接口功能实例展示:01-itchat获取微信好友或者微信群分享文章、02-itchat获取微信公众号文章、03-itchat监听微信公众号发送的文章、04 itchat监听微信群或好友撤回的消息、05 itchat获得微信好友信息以及表图对比、06 python打印出微信被删除好友、07 itchat自动回复好友、08 itchat微信好友个性签名词云图、09 itchat微信好友性别比例、10 微信群或微信好友撤回消息拦截、11 itchat微信群或好友之间转发消息
Stars: ✭ 216 (+764%)
Mutual labels:  time
SonataTimelineBundle
[Abandoned] Integrates SpyTimelineBundle into Sonata
Stars: ✭ 24 (-4%)
Mutual labels:  time
ardusamber
Desamber time Arduino corporealization
Stars: ✭ 20 (-20%)
Mutual labels:  time

Build Status CRAN RStudio mirror downloads CRAN version

R build status R-CMD-check CRAN status

timechange

Utilities for efficient manipulation of date-time objects while accounting for time-zones and day-light saving times. Supported date time classes are Date, POSIXct, POSIXlt (nanosecond is planned).

Currently implemented:

  • time_get: get components (hour, day etc) of date-time objects
  • time_update: update date-time objects
  • time_round, time_ceiling and time_floor: date-time rounding methods
  • time_force_tz, time_at_tz and time_clock_at_tz: updating of time-zones and time/clock extraction at different time-zones
  • time_add,time_subtract: fast period arithmetic

When it makes sense functions provide a refined control of what happens in ambiguous situations through roll_month and roll_dst arguments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].