Guest

atrofast

By: a guest on Jul 13th, 2010  |  syntax: Bash  |  size: 2.43 KB  |  hits: 84  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. [atrofast@atrofast-desktop test]$ java IngresTests jdbc:ingres://localhost:G17/geo
  2. Test table created.                                                                                                                                                                                  
  3.                                                                                                                                                                                                      
  4. Local time according to Java: 13 Jul 2010 11:16:19 -0400                                                                                                                                            
  5. Local time according to Ingres: 13 Jul 2010 15:16:19 -0400                                                                                                                                          
  6.                                                                                                                                                                                                      
  7. Test table dropped.                                                                                                                                                                                  
  8. [atrofast@atrofast-desktop test]$ java IngresTests jdbc:ingres://localhost:G17/geo;TZ=NA-EASTERN                                                                                                    
  9. Test table created.                                                                                                                                                                                  
  10.                                                                                                                                                                                                      
  11. Local time according to Java: 13 Jul 2010 11:16:27 -0400                                                                                                                                            
  12. Local time according to Ingres: 13 Jul 2010 15:16:27 -0400                                                                                                                                          
  13.                                                                                                                                                                                                      
  14. Test table dropped.