jyh7ab.log
로그인
jyh7ab.log
로그인
Datetime to Unixtime (mac, linux)
정영훈
·
2022년 12월 28일
팔로우
0
datetime
unixtime
0
How to convert DATE to UNIX TIMESTAMP in shell script on MacOS
date +%s
migration time format
date '+%Y%m%d%M%S%s' | cut -c 1-14
https://www.lesstif.com/lpt/linux-date-40436076.html
https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html
create file name as a date
touch $( date '+%Y%m%d%M%S%s' | cut -c 1-14)-create-test.js
정영훈
I ❤ JavaScript
팔로우
이전 포스트
keycaster 키보드단축키
다음 포스트
mysql createdAt updatedAt
0개의 댓글
댓글 작성