#!/bin/sh

firstday_before_month=`date -d '1 month ago' +%Y-%m-01`
month_date_utc=`date -d "$firstday_before_month 08:00:00" +%s'000'`
echo $firstday_before_month
echo $month_date_utc

-- The End --

相关文章:

  • 2022-12-23
  • 2021-10-12
  • 2021-07-06
  • 2022-12-23
  • 2021-10-25
  • 2022-02-03
  • 2022-02-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
相关资源
相似解决方案