Hi Is there any equalent of gmtime() method in java.
This is the background. I am working on a porting project, we have a legacy product which uses perl extensivly. We are converting it to java. Problem I am facing is, we are setting date filed using the perl method gmtime() in Local.pm, Now I want to do the same thing in java but am unable to figure out what this method is doing. I am not very good in perl. Question: Is there any prebuilt java library which does the same thing as gmtime(), or is it possible to explain what this method is doing, so I can replicate the same in java. thanks and regards R Shamanth