Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 39 characters in body
Source Link
manatwork
  • 20.9k
  • 5
  • 53
  • 82

jq, 20(削除) 20 (削除ここまで) 15 characters

now+.|strftime("%Y")|gmtime[0]

Sample run:

bash-5.0$ jq -r 'now+.|strftime("%Y")'|gmtime[0]' <<< 100000000000
5190

Try it online! Try it online!

jq, 20 characters

now+.|strftime("%Y")

Sample run:

bash-5.0$ jq -r 'now+.|strftime("%Y")' <<< 100000000000
5190

Try it online!

jq, (削除) 20 (削除ここまで) 15 characters

now+.|gmtime[0]

Sample run:

bash-5.0$ jq 'now+.|gmtime[0]' <<< 100000000000
5190

Try it online!

Source Link
manatwork
  • 20.9k
  • 5
  • 53
  • 82

jq, 20 characters

now+.|strftime("%Y")

Sample run:

bash-5.0$ jq -r 'now+.|strftime("%Y")' <<< 100000000000
5190

Try it online!

AltStyle によって変換されたページ (->オリジナル) /