Command to get time in milliseconds

后端 未结 12 921
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 04:01

Is there a shell command in Linux to get the time in milliseconds?

12条回答
  •  醉梦人生
    2020-12-02 04:30

    To show date with time and time-zone

    date +"%d-%m-%Y %T.%N %Z"

    Output : 22-04-2020 18:01:35.970289239 IST

提交回复
热议问题