Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9068867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T17:17:42+00:00 2026-06-16T17:17:42+00:00

it is possible to get the current system date of oracle database using this

  • 0

it is possible to get the current system date of oracle database using this query,

SELECT sysdate FROM dual;

select (sysdate - to_date('1970-01-01 00:00:00','YYYY-MM-DD HH24:MI:SS')) * 86400 unix_ts from dual;

which returns 19-DEC-12 and 1355949236.999999999999999999999999999998 format respectively.

what if i need it to get it from java perspective and in unix_time format?

1) what is the library name?

e.g.:

import java.util.Date;
import java.text.SimpleDateFormat;
import java.text.DateFormat;
import com.portal.pcm.fields.TmFldRefundIndLastModDate;

2) how to call it?

e.g.:

if(sysdate >= a_date_which_is_in_unix_time_format){...}

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T17:17:43+00:00Added an answer on June 16, 2026 at 5:17 pm

    I think you want:

    long seconds = new java.util.Date().getTime() / 1000;
    

    See the docs for Date#getTime()

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my current query: Using Java+mongoDB { BasicDBObject select = new BasicDBObject(); select.put(info.name.fn,
Possible Duplicate: How to get current date in JavaScript I need to get todays
In .NET is it possible to get the HttpContext of the current page from
Possible Duplicate: get current system volume level on iPhone I am working on an
Possible Duplicate: Guessing User's TimeZone in PHP How can i get my system current
Possible Duplicate: How to get the current date and time of your timezone in
Title pretty much tells everything. Is it possible to get current bandwidth usage in
is it possible to get the current max-value of a column, only knowing tableID
Possible Duplicate: get name of current PHP script in include file Can an included
Possible Duplicate: Get URL of ASP.Net Page in code-behind I'm trying to hold current

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.