python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bug with converting "julian dates" to unixtimestamp and back to DateTime
today working on my project - found one weird bug.
Using symfony/form (5.4.5) component and found that the date, passed as 0001-01-01 after transforming (on Symfony side) returning as 0000-12-30.
So I...
yAnTar
Votes: 0
Answers: 1
Need help in converting 'while-do' block to 'awk' block for quicker processing
I need 7th field of a csv file converted from julian(yyddd or yyJJJ) to yyyymmdd. I have the below while do loop. I need the same logic using awk command for quicker processing. Can someone help ?
cou...
G D
Votes: 0
Answers: 2