Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about julian-date

Read more about julian-date

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - julian-date

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...
test-img

yAnTar

php

datetime

timestamp

julian-date

Votes: 0

Answers: 1

Latest Answer

I would say this isn't exactly wrong, just a different interpretation, or a different choice of solution to a tricky problem: how do you count backwards in time past the beginning of the calendar you'...
test-img

IMSoP

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...
test-img

G D

shell

date

awk

sh

julian-date

Votes: 0

Answers: 2

Latest Answer

Just eliminating all the calls to cut will do wonders; you may not need awk. count=0 while IFS=, read -r c1 c2 c3 c4 c5 c6 c7 col_8 rest; do col_7=${c7:3:3} year1=${c7:1:2} col_1=$c1$c2$c3...
test-img

chepner

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved