Skip to content

abasb75/timelib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

706 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

۱. ابتدا داکر را نصب میکنیم ۲. دستور بیلد را وراد میکنیم:

sudo docker build \
  --build-arg USER_UID=$(id -u) --build-arg USER_GID=$(id -g) --build-arg USERNAME=$(whoami) \
  -t timelib .

۳. دستور ورود به ترمینال داکر را وارد میکنیم:

sudo docker run -it --rm \
  --user $(id -u):$(id -g) \
  -v "$(pwd)":/timelib -w /timelib \
  timelib bash -login

۴. ادامه را از فایل راهنمای این مسیر ادامه میدهیم:

cd /timelib/zones

About

Timelib is a timezone and date/time library that can calculate local time, convert between timezones and parse textual descriptions of date/time information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 84.7%
  • C++ 8.6%
  • HTML 2.9%
  • Makefile 1.4%
  • Roff 1.1%
  • PHP 0.5%
  • Other 0.8%