SimpleDateFormat, missing an hour

Hello
I'm trying to parse in a timestamp, but I'm missing an hour, the example below is a boiled down version of my code. I expected output to be "10:11:12", but instead it is "09:11:12" so an hour is lost in translation.. any clues?
        try {
            SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
            SimpleDateFormat timeFormat = new SimpleDateFormat("HH:mm:ss");
            Date dateDate = dateFormat.parse("2010-08-10");
            Date timeDate = timeFormat.parse("10:11:12");
            Date date = new Date(timeDate.getTime() + dateDate.getTime());
            System.out.println(timeFormat.format(date));
        } catch (ParseException e) {
            e.printStackTrace();
        }

martin_dk wrote:
Well, that's your opinion. Like I wrote - the example is a boildown, the target code is a bit more complex than that.Yep - my opinion but I'm allowed to express it as long as I do so within the CofC.
Why would you post code showing the addition of two getTime() values if your real code did not do that? If you are in any way using arithmetic to combine two getTime() values then it is almost certainly the wrong approach. Yes, again my opinion but I think you will find it shared by others.

Similar Messages

  • SimpleDateFormat rolling 1 hour too early for Fall 2003?

    Hey all...
    My question deals with the SimpleDateFormat object, more specifically given a time in NY ( that rolls from EST to EDT and back to EST in the fall)
    Currently the following code (borrowed from a previous post) works perfectly for the Spring transition from EST to EDT, i.e. GMT-5 to GMT-4 on April 6. But it seems to roll back to GMT-5 at 1AM for October 26, as opposed to 2AM as I would expect. Does anyone know why this happens?
    any help would be appreciated.
    thanks.
    import java.util.SimpleTimeZone;
    import java.text.SimpleDateFormat;
    import java.text.DateFormat;
    import java.text.ParseException;
    import java.util.Date;
    import java.util.TimeZone;
    import java.io.*;
    public class GMTTimeUtil {
         public static final SimpleDateFormat sdf =
         new SimpleDateFormat( "yyyyMMddHHmm" );
         static BufferedReader in = new BufferedReader( new InputStreamReader( System.in ) );
         public static final SimpleDateFormat formatter =
         new SimpleDateFormat( "yyyyMMddHHmm" );
         static {
              sdf.setTimeZone( TimeZone.getTimeZone( "GMT+00:00" ) );
         public static void main( String[] args ) {
              Date param = null;
              System.out.println( "Enter a time: (yyyyMMddHHmm )" );
              try {
              param = formatter.parse( in.readLine() );
              System.out.println( "The time in Greenwich based on input is: " + getGMTTime( param ) );
              } catch( Exception e) {
         public static String getGMTTime( Date param ) {
              System.out.println( "The time passed into this function is:" + param );     
              return sdf.format( param );

    This may be of interest.
    import java.util.*;
    import java.text.*;
    public final class EST_EDT{
    public static void main(String[] args) throws java.lang.Exception{
      java.text.SimpleDateFormat form = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm z");
      TimeZone zone = TimeZone.getTimeZone("America/New_York");//behavior is different when SimpleTimeZone zone = new SimpleTimeZone(offset,ID);
      System.out.println(zone.getID());
      GregorianCalendar cal = (GregorianCalendar)Calendar.getInstance(zone);
      cal.setTimeZone(zone);
      form.setCalendar(cal);
      long t0 = 1067144400000L;
      System.out.println(t0);
    for(int j=0;j<12;j++){
          cal.setTimeInMillis(t0+j*10*60*1000L);// increment of 10 minutes
          System.out.println(form.format(cal.getTime()));
    }

  • Missing first hour of project

    Hi. I'm stumped. I have a project that's about 1:33:00 long. But today I opened it and I can't see the first hour. The left locator will only go as far back as 59:42:00. The bar ruler starts at 1, but the 1 is at 1:00:00.
    I'm really hoping this is something easy and obvious that I just don't know about since I'm new to Logic (after many years with Cubase).
    PLEASE help. This is a month's worth of work I can't access - or that may be gone.
    Thanks.
    Bob

    First thing, don't panic and don't mess around too much, JIC...
    As PKX mentioned, do a Save As. Alternatively, Alt-Drag the project folder so you've got a complete backup. OK, let's start.
    You say that the left locator goes back only to 59:42. I take it your song is at 160 BPM. Can you confirm that?
    Open: Media > Bin
    Are all your audio files there? If so, the worst you'll have to do is recreate your project using them.
    Don't worry about the SMPTE starting at 1:00:00 - that's quite normal. Videographers like to start the video work at 1:00:00 because that allows them to have pre-roll headers (colour bars, countdown etc) and, if their video started at 0:00:00 then Professor Einstein would like to know about how they do that, negative time and so on.
    Something that might help is the Undo History. Use Edit > Undo History
    Have a look in there (scroll around but don't click on any of the items in the list). Can you see anything that might have deleted huge chunks of audio?
    In the top right hand corner, there's a box marked "Drag". What's the setting in that box? That affects what happens when you delete things. If it's Shuffle L, then if you delete the middle three audio regions n a track, it shuffles the right hand one up to the left. That might account for how your later audio got to the beginning of the file, if you accidentally deleted stuff.
    If none of these help, you might be able to rebuild your project, assuming the audio files are still in the Audio Bin.
    Let us know how you've got on with the above suggestions.
    Pete

  • Date Columns in Finder not showing hours

    In my Finder the Dare Modified and Date Created fields show the date in these format examples:
    July 20, 2009, :26 PM
    Today, :42 PM
    In other words the hour (and maybe minutes) are missing and only the minutes (or is it seconds) appear after the date.
    Can anyone clue me in on what has happened here?

    Hi Borodin
    Control click or right click on a file that's missing the hour and select Get Info, are the correct Created and Modified times shown on the Info panel?
    I'm not sure if any of these will help, but first try relaunching the Finder, then logging into another Account or restarting the iMac.
    Dennis

  • Calculate difference from last hour ?

    hello all,
    I have a sql query like below...
    SELECT sn.snap_time, st.value
    FROM PERFSTAT.STATS$SYSSTAT st, PERFSTAT.STATS$SNAPSHOT sn
    WHERE st.snap_id = sn.snap_id
    and st.NAME = 'user calls'
    and sn.snap_time > to_date('03/01/2011 10:00:00', 'mm/dd/yyyy hh24:ss:mi')
    order by 1 desc
    and output is below....
    SNAP_TIME VALUE
    19-DEC-11 08:0:00 123501120
    19-DEC-11 07:0:00 121336929
    19-DEC-11 06:0:01 119910473
    19-DEC-11 05:0:01 118900726
    19-DEC-11 04:0:07 118244503
    19-DEC-11 03:0:01 117202971
    19-DEC-11 02:0:01 115791474
    19-DEC-11 01:0:03 114008304
    19-DEC-11 00:0:02 111347506
    18-DEC-11 23:0:01 108291559
    18-DEC-11 22:0:02 104340139
    18-DEC-11 21:0:01 99255636
    18-DEC-11 20:0:02 92775319
    18-DEC-11 19:0:01 85262323
    18-DEC-11 18:0:01 76262794
    18-DEC-11 17:0:01 68381704
    18-DEC-11 16:0:01 60100822
    18-DEC-11 15:0:01 51855773
    18-DEC-11 14:0:01 43733973
    18-DEC-11 13:0:01 35903397
    18-DEC-11 12:0:01 28494465
    18-DEC-11 11:0:01 21724443
    18-DEC-11 10:0:02 15667617
    18-DEC-11 09:0:01 10526163
    18-DEC-11 08:0:01 6741565
    18-DEC-11 07:0:00 3622640
    18-DEC-11 06:0:01 1623214
    18-DEC-11 05:0:03 207054
    but how can i write my query in a way so i can get the actual value/difference from the hour before
    ....all the above value is cumulative and i want to calculate the value from actual time...lets say starting
    18-DEC-11 05:0:03 ...
    hope it make sense...i am on 9.2.0.5

    Hi,
    To show the difference from the previous row (where "previous" is based on snap_time, ASCendcing order):
    SELECT    sn.snap_time
    ,        st.value
    ,       st.value - LAG (st.value) OVER (ORDER BY snap_time)     AS value_change
    FROM        PERFSTAT.STATS$SYSSTAT     st
    ,        PERFSTAT.STATS$SNAPSHOT     sn
    WHERE        st.snap_id     = sn.snap_id
    AND       st.NAME     = 'user calls'
    AND       sn.snap_time     > TO_DATE ( '03/01/2011 10:00:00'
                              , 'mm/dd/yyyy hh24:ss:mi'
    ORDER BY  snap_time     DESC
    ;In yopur sample data, it looks like every row is about a hour away from its neighbors. If you missed an hour, or if you sometimes had two (or more) rows in the same hour, then what results wouold you want? Post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables, and also post the results you want from that data.

  • ICal alert 1hour before option missing.

    When setting up an alert for an event in iCal I am now missing the "hour before" option. The minute before, minute after, hour after options are there. How to get back the hour before selection?

    This does not work for editing "REPEAT" on my MACBook?
    Followed your instructions with an existing event that had a 6 week repeat frequency.
    All showed up to edit BUT NOT THE REPEAT FREQUENCY?
    Wanted to change to 4 weeks repeat, but field not displayed to be able to edit it?
    Still not figured how to edit repeat frequency field?
    rm2426

  • How should I tackle battery drain issues?? I'm fed up

    I'm fed up a bit for my Z3 C battery life. This is my second query regarding battery life.
    Does keeping Mobile data and Whatsapp running ON even in standby mode drains the battery??
    I usually get just 1 or 2 whatsapp messages in an hour or two.
    My phone settings-
    Always turned off my wifi/ bt/ nfc/ gps/ location tracking/ autoupdates etc. & everything you can think and suggest.
    I use only stock custom wallpaper and no live stuff. No widgets. No sd card inserted. With only two homescreens with just 2 shortcuts on each screen.
    Have disabled apps which I dont use.
    Stopped services of apps which are no longer needed.
    No auto sync enabled for any app.
    Display brightness is at 30% all times.
    I use only these 3rd party apps-
    Status bar mini
    Network monitor mini
    Whatsapp
    Greenify
    My daily Z3 routine-
    At night while going to sleep I turn off mobile data,  turn on airplane mode and turn on stamina mode. (12:30am - 9:30am)
    Manually Force stop apps which are on. Use Greenify to exit/stop apps.
    When I wake up the next day battery is down by 4-5%.
    During day, phone runs in normal mode without any stamina activated. (10am - 12:30am)
    The Low-battery mode seems useless as it does literally nothing.
    Also, as soon as the battery is 100% charged and if I use phone for even 5 mins the battery immediately drops to 99%, so is this normal??
    Even if I capture 5 photos in stock auto mode the battery drops by 1% or 2.
    I reboot my phone once a week or in 10 days or when need arises.
    Ram utilised is always 1gb. But I dont feel any slowness for any app or my phone usage.
    So inspite of all this STRICT following what I get at the end of the day is just 1.2 days battery life.
    Again I dont watch any movies or play games fearing my battery will deplete in no time.
    So basically I'm using my Z3 as a battery monitoring unit and is 85% on standby mode. So when shall I use my phone the way it is designed for??? 
    I have read people using it for occasionally playing games and watching movies, light surfing, calling and camear and it still lasts a good 2 days. So where I'm going wrong here?
    I use 2G/edge network as 3G isnt available for my operator in the city I reside.
    Charging the phone to 100% from 14% takes 3 to 3.5 hours.
    I have already repaired my phone using Sony pc companion and also did a factory reset as well but this issue has been haunting me.
    Sony center says the battery doesnt need any replacement as its still healthy and so is my device.
    The phones service menu also reports battery status as Good.
    I dont know when is Lollipop gonna be out for Z3 but I fear updating to Lollipop as it may pose more serious issues than doing any good apart from usual GUI tweaks & updates.
    But just wish that lollipop brings in more relief to Z3 batteries and operations.
    -------- If my Post or Answer helped you out, Please KUDOS me

    Hi all,
    I dont know what topic to choose Got them all:
    I was looking around and tried a lot of tips concerning the battery drainage, no luck , 
    but then I noticed other issues as well
    I tried to send a mail to support but, some how it is not working today: tried different browsers, even different computers.
    NOT here to talk bad, complain or talk down on this product, I know the phone in  working condition,
    from my house mate and it is what they promise. I just dont know what to do and a bit frustrated and lauged at by my house mate.
    I am posting, may be you guys have some answers, solutions or experiences.
    But I think I am just unlucky to have a black sheep of the production.
    My Firmware : 23.0.1.A.5.77
    My issues.
    - Battery Drain
    - Screen isseus
    - And reception issues 
    **Battery Drain**
    I wake up 06:00 get it from the charger got to work when I come home 18:00 i got 15% left.
    I actually can see the percentages going down while scrolling my emails.
    ow beginning I work in support myself, I waited for an
    - Waited for Updates
    - Installed the update
    - Un installed apps.
    - Configured stamina almost so tight that most of the apps except email where online
    - Did a factory reset twice
    1) First time start using it as normal, with less apps, still same performance maybe
         3% better, but that might be because i didn't used it so much of the less apps
    2) Second time Factory reset - I got a 2, full days out of it:
         - No Apps Installed
         - No Wifi
         - Didn't use it at al left it on my nightstand
         - No data traffic
         - 3/4 screenshots
         - No Phone Calls
    Well what is the use for a (premium) smartphone if you leave it on your nightstand?
    When I start using it at the minimum installed:
    - 2 email accounts (Gmail and company one)
    - Facebook
    - Spotify
    Check it out:
    !!This after the 2nd FACTORY RESET Yesterday!!!
    Screenshot from this morning on my way to work
    (to be fair left it with 100% unused at home and still 2 days and 3 hours)
    Ok the next picture is on my way home , didnt use it since no apps installed and busy at work (this is about 12 hrs later)
    Installed Spotify listened about 30minutes over 4g
    18 hours left ? Quick calculation dat is 21 hours missing (33 hours in total)
    Next installed facebook , some mail accounts, whatsapp, apped a couple of people that I am available again
    45 Minutes later: 8 hours gone.
    What do you think? Is it me? Or is there something wrong?
    ** SCREEN PROBLEMS **
    I tought I noticed a couple of glitches with the screen, like little flashes,
    but was not sure, I kind of found the use of the screen suspicious while monitoring the battery (50%)
    al the time even if it was home doing nothing the whole day.
    The  the Bouncing touch, i experienced that also but not constant, there is another topic about that here.
    Things I didnt worried about untill : I was looking around the battery menu,
    and descover the usage graph screen, when I went in to it i noticed a little falsh and a lag.
    and then I had a little heart attack: screen broken , dead pixels what is it.?! BUT ONLY on yhis screen,
    no problem with it BEFORE the factory reset:
    TAKE A LOOK, AND ALSO NOTICE THE GRAPH GOING DOWN ALMOST IN A STRAIGHT LINE,
    screen shot a minute later as the 3rd screen shot of battery drain.
    CHECK THE BOTTOM OF THE SCREEN , IT LOOKS CRACKED RIGHT? IT ISNT!!
    ** CONNECTION/RECEPTION PROBLEMS **
    I kind of noticed , isseus , but wasnt bothered that much, only while analyzing the battery that was my main concern.
    I noticed I had always less reception than others same room/place same provider (VODAFONE IRELAND),
    maybe that was an factor draining the battery, but it was not like there was really low signal just one bar less then other
    people an the other Z3 here in the house.
    What did noticed , and I was willing to wait for an firmware update for it, It kept losing 4G connectivity;
    it flipped to 3g for a bit and the stays hanging around H and Edge.
    WORKAROUND restart the fone and with no problem back on 4g but after a while and not moving;
    4g drops again to either H or Edge. (Mind Vodafone has the biggest and strongest 4g network at the moment here in Dublin)
    So now I dont know what to do, I kinda bought the fone for my holiday (in 3 weeks).
     - Is it serious enough that Sony will replace it? Since opening it up an closing it, will lose waterproofing
     - What else will they expect from me to do / trouble shoot?
     - How long will a solution take? Sending the fone back etc.
    And finally other people reconize these isseus, and especially like me at the same time?
    Thanks in advance For your Feedback (if Any).
    I will try to mail support again now, and hope the website works now.
    Eddy.

  • Multiple examples of photos jumping to other Events, disappearing completely, and jumping to iPad out of iPhoto

         I had almost 1000 rendom photos jump into iPad and OUT OF iPhoto six months ago.  After numerous one-to-one helpers, one person was able to extricate them into a file in "Pictures" on my MacBook Pro.  (First, I had to go through every photo and match with iPhoto to see which ones were missing!  Hours of work.)  They still remain in a file in Pictures, but the event in iPhoto that I made for them worked for awhile but now is transformed into a file of a different event with its pictures repeated about a dozen times. 
         I tried to create an album today out of a specific event and several of the pictures disappeared in the process, both in the Event and in the Album.  A bit later, the Album is empty and the Event contains the reduced number along with some other pictures from an unrelated Event.  I also have a couple of folders that show only a grey image of a palm tree as the cover picture and it says there are zero pictures, but in fact there are pictures inside.  Choosing a different Key Photo doesnt' work.  Merging some with another Event did not work and the pictures disappeared. 
         In the meantime, the number of photos that is shown has changed and it tells me that there are 16 photos hidden - where??
         I do have a very large number of photos (28,000) ... too many?  My machine is four years old with expanded memory and storage.
         Any ideas? 

    1. 
    I know - it's impossible but it happened.  Of probably 5or 6 different people at Apple, including Genius bar folks, no one had an answer 
    2.
    It's 9.4.3 iPhoto 11 
    3.
    I moved the 33 pictures in my EVENT into the new ALBUM.  From the ALBUM I proceeded to select the ones I wanted and "remove from album" the ones I didn't want.  (This is a process I have followed many times to get the pictures I wanted for albums on my website.  I upload from the album.)  This process was not complete when I discovered the problem of lost pictures that I can find nowhere.  Eleven of them are gone from the original EVENT (replaced by pictures from a completely unrelated EVENT) and the ALBUM is now empty.
    4.
    Yes, EVENTS is what I meant.  This problem is not understandable and is a puzzle for the person I most recently talked to at Apple store.  She suggested that I copy the pictures and then make another EVENT.  As an alternative, I didn't copy them first, but then I "merged" them with the EVENT where they belonged - it didn't work and they were lost. 
    5. 
    I have checked this option - however I see no change.  Where should I be looking for the photos???  Maybe I don't know where to look. 
    6. 
    Well, at least that's good news!  Thank you! 
    Thank you much for taking the time to consider my questions.  I have spent a great deal of time and energy with my photos, learning at the Apple store employees over 4 years, primarily with 1 to 1 seesion about all the details, and am very familiar with iPhoto.  But with the latest problems, I am baffled.  I thank anyone who can help

  • How to determine the IPS throughput using Cisco ASA 5500 IPS Solution?

    Hello there!
    I´ve been desinging a solution to protect de Server Farm and I intend to use the ASA 5500 series with AIP-SSM module. There´s any tool to determine the real throughput that I need? I mean, how to determine the performance (Firewall + IPS  throughput), what main points I should consinder?

    If the server farm is running production levels of traffic today you can get statistics off a variety of networking devices passing the existing traffic. Switches, routers and firewalls all count every byte of traffic they pass. There are plenty of tools that can gather this traffic into tables via SNMP too, such as MRTG.
    Do not average your traffic over too great a time peroid, you will miss busy hour peaks. At most, use 5 min averages.
    - Bob

  • Coverart in finder not showing

    Hi,
    I've recently been organizing my music collection and adding coverart to most of my mp3's. Problem is that some coverart doesn't show up in the finder (it does in Itunes and id3taggers). I found several topics on this already but never found something that actually worked. Does anyone still experience this problem nowadays aswell? I'm pretty sure the coverart is embedded in the mp3's.
    I'm running OSX 10.8.5 and Itunes 11.3.1
    Thanks!
    Best,
    Jop

    Hi Borodin
    Control click or right click on a file that's missing the hour and select Get Info, are the correct Created and Modified times shown on the Info panel?
    I'm not sure if any of these will help, but first try relaunching the Finder, then logging into another Account or restarting the iMac.
    Dennis

  • Unable to calculate response time.

    Hi,
    The response time for quality system is not getting updated. On further analysis we came to know the job SAP_COLLECTOR_FOR_PERFMONITOR ws not scheduled. we rescheduled the job. now it is running fine but still complete stats are not getting updated.( getting updated partly) missing few hours in between.
    Can you please help.
    Thanks,
    Vijay

    Hi Markus,
    This jobs are already scheduled. I have already checked SAP_COLLECTOR_FOR_PERFMONITOR. This is running on a hourly basis. SAP_COLLECTOR_FOR_JOBSTATISTIC is running on daily basis. now is there something else we need to check.
    Thanks in advance
           Vijay

  • Is there anybody actually here? I need help

    I am really frustrated. I moved from GoLive to Dreamweaver
    when I purchased a new Mac recently. It used to be that I could
    easily insert a quicktime file with very little hand coding. This
    seems impossible now. it seems the only wayt to do this is via hand
    coding and I didn't need to pay another couple of hundred dollars
    for a special application to do that. Is there any easier way
    similar to GoLive to simply insert a quicktime file onto an HTML
    page?
    I have been dead in the water here for 2 weeks trying to do
    this.
    I'm not clear as to whether anybody is actually using or on
    this forum - seems that messages posted are few and far between and
    visits by users are equally rare. Hello - anybody?
    FYI - I posted a question about a workaround for a problem I
    found using DW on 3/26. There were no responses posted to that. On
    the Apple forums, I received a few suggestions and some code
    samples but here there was no response at all. From my experience
    here - in contrast to the Apple forums, I deduced that - as with
    other technical forums - there are possibly very few users actually
    floating around here.
    I'm not familiar with the alternative method of participating
    in these forums mentioned in this thread since I typically do not
    spend much time on forums, period.

    np, thought I'd missed an hour there for a moment
    Jo
    "Nancy O" <[email protected]> wrote in message
    news:fsjg8b$hss$[email protected]..
    > Yeah. Something's been amiss ever since daylight
    savings.
    > Thanks.
    >
    > -Nancy O.
    >
    >
    > "josie1one" <[email protected]> wrote in
    message
    > news:fsjfoo$h9c$[email protected]..
    >> Hmm Nancy - I think your clock is an hour out (o:
    >>
    >> --
    >> Jo
    >>
    >>
    >>
    >> "Nancy O" <[email protected]> wrote in
    message
    >> news:fsjfd4$gug$[email protected]..
    >> > You'll find the code you need to paste into
    your page(s) here:
    >> >
    http://www.mediacollege.com/video/format/quicktime/streaming/
    >> >
    >> > Many people do not have QT or the QT plug-in
    for their browser. These
    >> > folks
    >> > won't be able to see your .mov files. Flash
    video, on the other hand,
    >> > has
    >> > much broader support on both Win & Mac.
    >> >
    >> >
    >> > --Nancy O.
    >> > Alt-Web Design & Publishing
    >> > www.alt-web.com
    >> >
    >> >
    >> >
    >> > "humanvery"
    <[email protected]> wrote in message
    >> > news:fsje8h$fmc$[email protected]..
    >> >> I am really frustrated. I moved from GoLive
    to Dreamweaver when I
    >> > purchased a
    >> >> new Mac recently. It used to be that I
    could easily insert a quicktime
    >> > file
    >> >> with very little hand coding. This seems
    impossible now. it seems the
    >> >> only
    >> > wayt
    >> >> to do this is via hand coding and I didn't
    need to pay another couple
    > of
    >> >> hundred dollars for a special application
    to do that. Is there any
    > easier
    >> > way
    >> >> similar to GoLive to simply insert a
    quicktime file onto an HTML page?
    >> >>
    >> >> I have been dead in the water here for 2
    weeks trying to do this.
    >> >>
    >> >> I'm not clear as to whether anybody is
    actually using or on this
    > forum -
    >> > seems
    >> >> that messages posted are few and far
    between and visits by users are
    >> > equally
    >> >> rare. Hello - anybody?
    >> >>
    >> >
    >> >
    >>
    >>
    >
    >

  • Incoming mail for a specific time period

    Is there a powershell command to give me either a report or list of email RECEIVED to my mailbox between specific dates and times:
    Say I wanted to see ALL my email received in my in individual mailbox from: 2-23-2005 at 6:00 AM to 2-24-2005 12:00 PMAll I can find is criteria that gives me mail from or to a specific person.
    Ant help would be appreciated.
    RJM

    Assuming the items are in the inbox there is this:
    New-MailboxExportRequest -Mailbox MyMailbox -IncludeFolders "#Inbox#" -ContentFilter {(Received -ge '02/23/2005 00:06:00') -and (Received -lt '02/24/2005 12:00:00')} -FilePath "\\server\C$\PST-Exports\exported.pst"
    That one above won't remove the items from the mailbox, it just dumps a copy out into a PST.
    I have had trouble with this one below trying to get it down to the minute but you can get a report sent to another mailbox with this:
    Search-Mailbox -Identity MyMailbox -TargetMailbox SomeMailbox -TargetFolder “test” -SearchQuery '(Received:02/23/2005..02/24/2005)' -LogOnly -LogLevel Full
    That search-mailbox one goes by UTC time for some reason so it misses some hours based on how far off from UTC you are and as I mentioned I haven't been able to get it to work entering the time, just the date.
    These commands look at what email you have now.  If you deleted an email, it will not show up.  The message tracking logs will show you every email you received/sent.
    CRM Advisor

  • IMovie08 plays my video, but any export will not - WHY?

    Hi. My short (<10 min) video and audio plays fine in iMovie, but sharing it to Media Browser, or exporting it using any of the methods, then opening it in iDVD always results in a project with audio but no video.
    If I go back to iMovie, the video is there, of course.
    Why isn't the video exporting?
    Thanks very much for any help you can offer.
    David

    It works for me.
    I export, choose a file size - Medium or Large - and it exports ..to the 'Media Browser', in which case it plays perfectly in QuickTime Player (..we-e-ell, as long as I turn on "High Quality" playback within QuickTime!..) and it also exports to the web, e.g: here.
    It's a different kind of editing program ..well, not really editing, but Assembling.
    It's for quickly assembling a whole load of clips, slinging in some music and a few quick Dissolves and adding a Title or two.
    For laying video over an audio track, or for dropping in 'cutaway' shots, or for adjusting audio levels through the movie, for mixing audio tracks, etc, continue to use iMovie HD 6.
    So we now have two movie-editing programs: quick assembly in iMovie '08 (..or "iMovie 7.0" as "About iMovie" describes it..) and considered fine adjustments, Bookmarks, Chapter Markers, Slo-Mo and Reverse, plus many other F/X, transitions and titles in the still-extant iMovie HD 6 version.
    Two tools, and the new one has cost about $15, when you consider it to be just one item within "iLife '08".
    I think it's a bargain at $15 ..it's got the optical tweaking of the high-priced 'Aperture' ..now also available for tweaking photos' highlights and shadows within the new 'iPhoto'.. and it's got very fast 'scrubbing' (..or 'skimming' as it's now called in iMovie '08..) with easy selection of just the sequence(s) which you want to add to a project, it's got multiple (unlimited?) Undo, for fixing mistakes, it's extremely stable compared with many previous versions of the 'old' iMovie.
    I find it very easy to get timing right just by 'skimming', and although I can't fiddle with the audio to the extent I used to in iMHD6, it provides very fast editing, colour, contrast and exposure adjustment (..no rendering!..) and - just to emphasise this - it is STABLE ..no more constant Saving, nor having to Quit and Restart.
    So - it's different.
    As Beverly and Karsten have said, maybe it should be called "iVideo" to distinguish it from the previous versions of "iMovie".
    But simply use the tool that's appropriate for what you want to do ..saw, screwdriver, chisel: iMovie HD 6 or iMovie '08.
    '06 for delicate fine tweaking of multi-layered audio effects, insert edits and video effects and transitions; iMovie '08 for quick'n'dirty effortless assembly, and fine tuning the look of the video, but without much audio tweaking.
    Personally, I don't miss the hours:mins:seconds:frames timecode of iMHD6 ..I edit by 'heartbeat' anyway, so the new, reliable 'skimming' is nice and handy.
    ..And - so far - I haven't had any problems with Exporting/Sharing ..except that QuickTime seems to display iM'08 material, by default, in lo-quality, so in QuickTime you MUST use Apple+'J' (Show Movie Properties) and tick the little "High Quality" box at bottom-right for decent playback.

  • Is there anybody here facing connection problems right now?

    I'm completely stucked here.
    I must to publish Billboard Magazine edition NOW!!!
    C'mon Adobe's server!

    np, thought I'd missed an hour there for a moment
    Jo
    "Nancy O" <[email protected]> wrote in message
    news:fsjg8b$hss$[email protected]..
    > Yeah. Something's been amiss ever since daylight
    savings.
    > Thanks.
    >
    > -Nancy O.
    >
    >
    > "josie1one" <[email protected]> wrote in
    message
    > news:fsjfoo$h9c$[email protected]..
    >> Hmm Nancy - I think your clock is an hour out (o:
    >>
    >> --
    >> Jo
    >>
    >>
    >>
    >> "Nancy O" <[email protected]> wrote in
    message
    >> news:fsjfd4$gug$[email protected]..
    >> > You'll find the code you need to paste into
    your page(s) here:
    >> >
    http://www.mediacollege.com/video/format/quicktime/streaming/
    >> >
    >> > Many people do not have QT or the QT plug-in
    for their browser. These
    >> > folks
    >> > won't be able to see your .mov files. Flash
    video, on the other hand,
    >> > has
    >> > much broader support on both Win & Mac.
    >> >
    >> >
    >> > --Nancy O.
    >> > Alt-Web Design & Publishing
    >> > www.alt-web.com
    >> >
    >> >
    >> >
    >> > "humanvery"
    <[email protected]> wrote in message
    >> > news:fsje8h$fmc$[email protected]..
    >> >> I am really frustrated. I moved from GoLive
    to Dreamweaver when I
    >> > purchased a
    >> >> new Mac recently. It used to be that I
    could easily insert a quicktime
    >> > file
    >> >> with very little hand coding. This seems
    impossible now. it seems the
    >> >> only
    >> > wayt
    >> >> to do this is via hand coding and I didn't
    need to pay another couple
    > of
    >> >> hundred dollars for a special application
    to do that. Is there any
    > easier
    >> > way
    >> >> similar to GoLive to simply insert a
    quicktime file onto an HTML page?
    >> >>
    >> >> I have been dead in the water here for 2
    weeks trying to do this.
    >> >>
    >> >> I'm not clear as to whether anybody is
    actually using or on this
    > forum -
    >> > seems
    >> >> that messages posted are few and far
    between and visits by users are
    >> > equally
    >> >> rare. Hello - anybody?
    >> >>
    >> >
    >> >
    >>
    >>
    >
    >

Maybe you are looking for

  • Text box in a dynpro

    Hi, How can I recover the value of a "text box" in a dynpro??  In which property of the "text box" is stored de value??  Is in the property name? Thanks

  • How to make Book WSDL available for download?

    Hi, I would like to download Book WSDL v2.0. The Web service API document says "To download the Book WSDL, you must be given access to the Book object". However, i did not find any option inside "role management>record types access" to make it availa

  • I cant match the contact of my iphone to my pc window the icloud

    i have a IPhone 3G upgrade ios 6.1.2 but when i look in icloud for the contact they no appear in the book of contact. sorry i dont speak english if one of you speak spanish please contact me or i try to understand what you write to me. thanks

  • Can i send group emails from ipad 2?

    would like to send emails to large groups on my pad2 more than 100 addresses at a time

  • CFolders 4.0 & MPN

    Hello, I would like to transfer the linked MPNs along with the Material from ECC 6.0 to cFolders 4.0. I created a material and in the purchasing screen I included MPN. In transaction CFE02, I clicked the check box for "Include linked Manufacturer par