Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
27 views

Convert string to timestamp in pinescript

I'm importing a string that I then turn into an array. I would like to use the date and time values inside the array to draw lines from. The issue seems to be that a const string is expected. Is there ...
Karl Laeufer's user avatar
0 votes
1 answer
32 views

pandas/python: Seperate Date and Timestamp and delete duplicates

I have a data set that date and timestamp of createddate and closeddate is in 1 column: CreatedDate ClosedDate 1/1/2023 0:00 1/13/2023 12:43 1/1/2023 ...
Jerry Fany's user avatar
0 votes
2 answers
52 views

How to Activate the cell in a column with the current date in Google Sheets Script?

I am looking for a simple script to press a button or use a drop down to go to the current date. I am new to scripting and this problem is definitely showing that. I already have a menu item created. ...
Just some dumb guy's user avatar
1 vote
1 answer
46 views

unable to resolve timestamp in android framestats data

does anyone has any idea about framestats https://developer.android.com/tools/dumpsys#ui Question - While running framestats command I am getting some wierd timestamps Example Flags,IntendedVsync,...
Sarthak Agarwal's user avatar
1 vote
2 answers
149 views

Convert timestamp to date in Oracle 19c without time

I'm coming from db2 and now need to cast a timestamp field to date in Oracle 19c. Using cast(mytimestampfield as date) it is returning the time too. How to that without return the time? Testing...it ...
Davis's user avatar
  • 13
-2 votes
1 answer
108 views

Best way to call common methods from a Callable class?

I use java classes of type Callable (up to 200 in parallel), which call a method of a tool class (centralizing common methods), and I notice that if this method is not 'synchronized', I get errors. I'...
vinsse2001's user avatar
0 votes
0 answers
62 views

How rounding on DATEDIFF in Millisecond works? [duplicate]

I am using SQL Server 2022 Microsoft SQL Server 2022 (RTM-CU8-GDR) (KB5029503) - 16.0.4080.1 (X64) Sep 1 2023 09:38:16 Copyright (C) 2022 Microsoft Corporation Developer Edition (64-bit)...
ardikapras's user avatar
1 vote
1 answer
2k views

Is timestamp in postgresql(drizzle-orm) available to store and update to new Date()?

I want to store a latestUpdatedAt variable in my postgresql(drizzle-orm). Here's my schema: export const documentsTable = pgTable( "documents", { id: serial("id")....
susanliu's user avatar
0 votes
0 answers
42 views

Chart.js display date from firestore using Angular error Cannot read properties of null (reading 'toDate')

The user adds date from mat datepicker and stores in firestore (e.g 15 October 2023 of type timestamp) . This is suppose to display in x-axis of chart in the format 15/10/2023. I have used ...
user17449555's user avatar
0 votes
1 answer
33 views

How to get the full timestamp values from Oracle DB to Excel

I have a column value 21-Sep-23 06.34.45.676676888 AM I need fetch exactly same as this values. I have tried below query to_char(Date,'DD-MON-YY HH:MM:SS AM') as Date Which will give below result ...
Balaji R B's user avatar
1 vote
1 answer
184 views

How to handle date and time to convert to TimeStamp format

I need to be able to convert to DateTime format a date and time like the following: '08/23/2023 09:30:00' Thanks in advance.
Jorge's user avatar
  • 13
1 vote
1 answer
57 views

How do I get the correct time in php

Why every time I get the time with the code below it shows 1 hour before the correct time. I have the same issue with other languages like javascript Every time i want to get the current time it shows ...
MohsenCreative's user avatar
0 votes
2 answers
103 views

Casting 13 digit decimal (timestamp) from db to java Date in MSSQL

I can not resolve my problem. I have 13 digit decimal stored in database, and I need to parse it to the same dat as java.Date is using, so i can compare them in Query. I strictly do not want to have ...
Kate Quinn's user avatar
1 vote
0 answers
475 views

Include Quarters in Quarter Picker in React Date Picker by Hacker One

`Just like we have the include months in month picker in react date picker by hackerone, how can we include specific quarters? Link of the date picker package : https://reactdatepicker.com/ If I enter ...
user13569341's user avatar
0 votes
1 answer
193 views

Firebase Date vs Timestamp

I'm building an app with Ionic v6 and Angular using Firebase Firestore as the cloud datastore. I have a defined interface with a 'Date' object: export interface PuzzleInfo { puzzleAnswers: ...
Rick Ford's user avatar

15 30 50 per page
1
2 3 4 5
102